#5EEFD2

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

Shades of Turquoise #5EEFD2

Tints of Turquoise #5EEFD2

Color information

#5EEFD2 (or 0x5EEFD2) is unknown color: approx Turquoise. HEX triplet: 5E, EF and D2. RGB value is (94,239,210). Sum of RGB (Red+Green+Blue) = 94+239+210=543 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.31% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFD2 is #A1102D. Grayscale: #C0C0C0. Windows color (decimal): -10555438 or 13823838. OLE color: 13823838.

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

Color convert

RGB94239210-
CMYK0.6100.120.06
HSL168º81.92%65.29%-
HSV(B)168º60.67%93.73%-
XYZ47.1268.7771.76-
YUV192.34137.9657.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.31%
GREEN value IS 239 (93.75% from 255) = 44.01%
BLUE value IS 210 (82.42% from 255) = 38.67%
R=17.31%
G=44.01%
B=38.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal942392100.6100.120.0616881.9265.29
Hex5EEFD23D0C6a85241
Octal136357322750146250122101
Binary10111101110111111010010111101011001101010100010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EEFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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