#5EEFE4

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

Shades of Turquoise Blue #5EEFE4

Tints of Turquoise Blue #5EEFE4

Color information

#5EEFE4 (or 0x5EEFE4) is unknown color: approx Turquoise Blue. HEX triplet: 5E, EF and E4. RGB value is (94,239,228). Sum of RGB (Red+Green+Blue) = 94+239+228=561 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.76% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFE4 is #A1101B. Grayscale: #C2C2C2. Windows color (decimal): -10555420 or 15003486. OLE color: 15003486.

HSL color Cylindrical-coordinate representation of color #5EEFE4: hue angle of 175.45º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEFE4 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB94239228-
CMYK0.6100.050.06
HSL175.45º81.92%65.29%-
HSV(B)175.45º60.67%93.73%-
XYZ49.4969.7184.25-
YUV194.39146.9656.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.76%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=16.76%
G=42.60%
B=40.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal942392280.6100.050.06175.4581.9265.29
Hex5EEFE43D056af5241
Octal13635734475056257122101
Binary1011110111011111110010011110101011101010111110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EEFE4; }

 p { color: rgb(94,239,228); }

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

<style>
 a { background-color: #5EEFE4; }

 a { background-color: rgb(94,239,228); }

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

<style>
 span { border-color: #5EEFE4; }

 span { border-color: rgb(94,239,228); }

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