#5ECED9

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

Shades of Turquoise Blue #5ECED9

Tints of Turquoise Blue #5ECED9

Color information

#5ECED9 (or 0x5ECED9) is unknown color: approx Turquoise Blue. HEX triplet: 5E, CE and D9. RGB value is (94,206,217). Sum of RGB (Red+Green+Blue) = 94+206+217=517 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.18% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #5ECED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECED9 is #A13126. Grayscale: #ADADAD. Windows color (decimal): -10563879 or 14274142. OLE color: 14274142.

HSL color Cylindrical-coordinate representation of color #5ECED9: hue angle of 185.37º degrees, saturation: 0.62, 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 #5ECED9 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB94206217-
CMYK0.570.0500.15
HSL185.37º61.81%60.98%-
HSV(B)185.37º56.68%85.1%-
XYZ39.2151.5373.53-
YUV173.77152.3971.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.18%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 217 (85.16% from 255) = 41.97%
R=18.18%
G=39.85%
B=41.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942062170.570.0500.15185.3761.8160.98
Hex5ECED93950Fb93e3d
Octal1363163317150172717675
Binary101111011001110110110011110011010111110111001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,206,217); }

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

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

 a { background-color: rgb(94,206,217); }

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

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

 span { border-color: rgb(94,206,217); }

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