#7AE7EC

Color #7AE7EC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #7AE7EC

Tints of Turquoise Blue #7AE7EC

Color information

#7AE7EC (or 0x7AE7EC) is unknown color: approx Turquoise Blue. HEX triplet: 7A, E7 and EC. RGB value is (122,231,236). Sum of RGB (Red+Green+Blue) = 122+231+236=589 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.71% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #7AE7EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AE7EC is #851813. Grayscale: #C6C6C6. Windows color (decimal): -8722452 or 15525754. OLE color: 15525754.

HSL color Cylindrical-coordinate representation of color #7AE7EC: hue angle of 182.63º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AE7EC is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122231236-
CMYK0.480.0200.07
HSL182.63º75%70.2%-
HSV(B)182.63º48.31%92.55%-
XYZ51.7467.3589.63-
YUV198.98148.8973.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 20.71%
GREEN value IS 231 (90.62% from 255) = 39.22%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=20.71%
G=39.22%
B=40.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222312360.480.0200.07182.637570.2
Hex7AE7EC30207b74b46
Octal17234735460207267113106
Binary111101011100111111011001100001001111011011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AE7EC; }

 p { color: rgb(122,231,236); }

 H1.HeaderClassName
 {
   color: #7AE7EC;
 }
 .AnyTagClassName
 {
   color: #7AE7EC;
 }
</style>
background-color css

<style>
 a { background-color: #7AE7EC; }

 a { background-color: rgb(122,231,236); }

 div.DivClassName
 {
   background-color: #7AE7EC;
 }
 .BgClassName
 {
   background-color: #7AE7EC;
 }
</style>
border-color css

<style>
 span { border-color: #7AE7EC; }

 span { border-color: rgb(122,231,236); }

 td.TdClassName
 {
   border-color: #7AE7EC;
 }
 .TagClassName
 {
   border-color: #7AE7EC;
 }
</style>