#5ECBDC

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

Shades of Turquoise Blue #5ECBDC

Tints of Turquoise Blue #5ECBDC

Color information

#5ECBDC (or 0x5ECBDC) is unknown color: approx Turquoise Blue. HEX triplet: 5E, CB and DC. RGB value is (94,203,220). Sum of RGB (Red+Green+Blue) = 94+203+220=517 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.18% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ECBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBDC is #A13423. Grayscale: #ACACAC. Windows color (decimal): -10564644 or 14469982. OLE color: 14469982.

HSL color Cylindrical-coordinate representation of color #5ECBDC: hue angle of 188.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ECBDC is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB94203220-
CMYK0.570.0800.14
HSL188.1º64.29%61.57%-
HSV(B)188.1º57.27%86.27%-
XYZ38.8950.2675.36-
YUV172.35154.8972.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.18%
GREEN value IS 203 (79.69% from 255) = 39.26%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=18.18%
G=39.26%
B=42.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal942032200.570.0800.14188.164.2961.57
Hex5ECBDC3980Ebc403e
Octal136313334711001627410076
Binary10111101100101111011100111001100001110101111001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,203,220); }

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

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

 a { background-color: rgb(94,203,220); }

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

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

 span { border-color: rgb(94,203,220); }

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