#5EEFD4

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

Shades of Turquoise #5EEFD4

Tints of Turquoise #5EEFD4

Color information

#5EEFD4 (or 0x5EEFD4) is unknown color: approx Turquoise. HEX triplet: 5E, EF and D4. RGB value is (94,239,212). Sum of RGB (Red+Green+Blue) = 94+239+212=545 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.25% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFD4 is #A1102B. Grayscale: #C0C0C0. Windows color (decimal): -10555436 or 13954910. OLE color: 13954910.

HSL color Cylindrical-coordinate representation of color #5EEFD4: hue angle of 168.83º 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 #5EEFD4 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB94239212-
CMYK0.6100.110.06
HSL168.83º81.92%65.29%-
HSV(B)168.83º60.67%93.73%-
XYZ47.3768.8773.08-
YUV192.57138.9657.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.25%
GREEN value IS 239 (93.75% from 255) = 43.85%
BLUE value IS 212 (83.20% from 255) = 38.90%
R=17.25%
G=43.85%
B=38.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal942392120.6100.110.06168.8381.9265.29
Hex5EEFD43D0B6a95241
Octal136357324750136251122101
Binary10111101110111111010100111101010111101010100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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