#5EC9DA

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

Shades of Turquoise Blue #5EC9DA

Tints of Turquoise Blue #5EC9DA

Color information

#5EC9DA (or 0x5EC9DA) is unknown color: approx Turquoise Blue. HEX triplet: 5E, C9 and DA. RGB value is (94,201,218). Sum of RGB (Red+Green+Blue) = 94+201+218=513 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.32% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #5EC9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC9DA is #A13625. Grayscale: #AAAAAA. Windows color (decimal): -10565158 or 14338398. OLE color: 14338398.

HSL color Cylindrical-coordinate representation of color #5EC9DA: hue angle of 188.23º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EC9DA is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB94201218-
CMYK0.570.0800.15
HSL188.23º62.63%61.18%-
HSV(B)188.23º56.88%85.49%-
XYZ38.1649.2173.82-
YUV170.94154.5573.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.32%
GREEN value IS 201 (78.91% from 255) = 39.18%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=18.32%
G=39.18%
B=42.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942012180.570.0800.15188.2362.6361.18
Hex5EC9DA3980Fbc3f3d
Octal13631133271100172747775
Binary1011110110010011101101011100110000111110111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,201,218); }

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

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

 a { background-color: rgb(94,201,218); }

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

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

 span { border-color: rgb(94,201,218); }

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