#5ECDD9

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

Shades of Turquoise Blue #5ECDD9

Tints of Turquoise Blue #5ECDD9

Color information

#5ECDD9 (or 0x5ECDD9) is unknown color: approx Turquoise Blue. HEX triplet: 5E, CD and D9. RGB value is (94,205,217). Sum of RGB (Red+Green+Blue) = 94+205+217=516 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.22% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #5ECDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDD9 is #A13226. Grayscale: #ADADAD. Windows color (decimal): -10564135 or 14273886. OLE color: 14273886.

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

Color convert

RGB94205217-
CMYK0.570.0600.15
HSL185.85º61.81%60.98%-
HSV(B)185.85º56.68%85.1%-
XYZ38.9751.0573.45-
YUV173.18152.7371.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.22%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=18.22%
G=39.73%
B=42.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942052170.570.0600.15185.8561.8160.98
Hex5ECDD93960Fba3e3d
Octal1363153317160172727675
Binary101111011001101110110011110011100111110111010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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