#5EEBD8

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

Shades of Turquoise #5EEBD8

Tints of Turquoise #5EEBD8

Color information

#5EEBD8 (or 0x5EEBD8) is unknown color: approx Turquoise. HEX triplet: 5E, EB and D8. RGB value is (94,235,216). Sum of RGB (Red+Green+Blue) = 94+235+216=545 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.25% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBD8 is #A11427. Grayscale: #BEBEBE. Windows color (decimal): -10556456 or 14216030. OLE color: 14216030.

HSL color Cylindrical-coordinate representation of color #5EEBD8: hue angle of 171.91º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBD8 is Cyan = 0.6, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB94235216-
CMYK0.600.080.08
HSL171.91º77.9%64.51%-
HSV(B)171.91º60%92.16%-
XYZ46.7266.7575.39-
YUV190.68142.2959.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.25%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=17.25%
G=43.12%
B=39.63%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal942352160.600.080.08171.9177.964.51
Hex5EEBD83C088ac4e41
Octal1363533307401010254116101
Binary101111011101011110110001111000100010001010110010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EEBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,235,216); }

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

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

 a { background-color: rgb(94,235,216); }

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

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

 span { border-color: rgb(94,235,216); }

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