#7EE4F2

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

Shades of Turquoise Blue #7EE4F2

Tints of Turquoise Blue #7EE4F2

Color information

#7EE4F2 (or 0x7EE4F2) is unknown color: approx Turquoise Blue. HEX triplet: 7E, E4 and F2. RGB value is (126,228,242). Sum of RGB (Red+Green+Blue) = 126+228+242=596 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.14% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #7EE4F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EE4F2 is #811B0D. Grayscale: #C6C6C6. Windows color (decimal): -8461070 or 15918206. OLE color: 15918206.

HSL color Cylindrical-coordinate representation of color #7EE4F2: hue angle of 187.24º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EE4F2 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126228242-
CMYK0.480.0600.05
HSL187.24º81.69%72.16%-
HSV(B)187.24º47.93%94.9%-
XYZ52.3766.3394.05-
YUV199.1152.2175.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.14%
GREEN value IS 228 (89.45% from 255) = 38.26%
BLUE value IS 242 (94.92% from 255) = 40.60%
R=21.14%
G=38.26%
B=40.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1262282420.480.0600.05187.2481.6972.16
Hex7EE4F230605bb5248
Octal17634436260605273122110
Binary1111110111001001111001011000011001011011101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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