#7EEAE4

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

Shades of Turquoise Blue #7EEAE4

Tints of Turquoise Blue #7EEAE4

Color information

#7EEAE4 (or 0x7EEAE4) is unknown color: approx Turquoise Blue. HEX triplet: 7E, EA and E4. RGB value is (126,234,228). Sum of RGB (Red+Green+Blue) = 126+234+228=588 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.43% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEAE4 is #81151B. Grayscale: #C8C8C8. Windows color (decimal): -8459548 or 15002238. OLE color: 15002238.

HSL color Cylindrical-coordinate representation of color #7EEAE4: hue angle of 176.67º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEAE4 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB126234228-
CMYK0.4600.030.08
HSL176.67º72%70.59%-
HSV(B)176.67º46.15%91.76%-
XYZ52.0368.8883.95-
YUV201.02143.2274.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.43%
GREEN value IS 234 (91.80% from 255) = 39.80%
BLUE value IS 228 (89.45% from 255) = 38.78%
R=21.43%
G=39.80%
B=38.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262342280.4600.030.08176.677270.59
Hex7EEAE42E038b14847
Octal176352344560310261110107
Binary1111110111010101110010010111001110001011000110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,234,228); }

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

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

 a { background-color: rgb(126,234,228); }

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

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

 span { border-color: rgb(126,234,228); }

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