#7EE0E8

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

Shades of Turquoise Blue #7EE0E8

Tints of Turquoise Blue #7EE0E8

Color information

#7EE0E8 (or 0x7EE0E8) is unknown color: approx Turquoise Blue. HEX triplet: 7E, E0 and E8. RGB value is (126,224,232). Sum of RGB (Red+Green+Blue) = 126+224+232=582 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.65% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #7EE0E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EE0E8 is #811F17. Grayscale: #C3C3C3. Windows color (decimal): -8462104 or 15261822. OLE color: 15261822.

HSL color Cylindrical-coordinate representation of color #7EE0E8: hue angle of 184.53º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EE0E8 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB126224232-
CMYK0.460.0300.09
HSL184.53º69.74%70.2%-
HSV(B)184.53º45.69%90.98%-
XYZ49.8363.5785.99-
YUV195.61148.5378.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.65%
GREEN value IS 224 (87.89% from 255) = 38.49%
BLUE value IS 232 (91.02% from 255) = 39.86%
R=21.65%
G=38.49%
B=39.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1262242320.460.0300.09184.5369.7470.2
Hex7EE0E82E309b94646
Octal176340350563011271106106
Binary1111110111000001110100010111011010011011100110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,224,232); }

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

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

 a { background-color: rgb(126,224,232); }

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

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

 span { border-color: rgb(126,224,232); }

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