#5ECDDC

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

Shades of Turquoise Blue #5ECDDC

Tints of Turquoise Blue #5ECDDC

Color information

#5ECDDC (or 0x5ECDDC) is unknown color: approx Turquoise Blue. HEX triplet: 5E, CD and DC. RGB value is (94,205,220). Sum of RGB (Red+Green+Blue) = 94+205+220=519 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.11% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ECDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDDC is #A13223. Grayscale: #ADADAD. Windows color (decimal): -10564132 or 14470494. OLE color: 14470494.

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

Color convert

RGB94205220-
CMYK0.570.0700.14
HSL187.14º64.29%61.57%-
HSV(B)187.14º57.27%86.27%-
XYZ39.3751.2175.52-
YUV173.52154.2371.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.11%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=18.11%
G=39.50%
B=42.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal942052200.570.0700.14187.1464.2961.57
Hex5ECDDC3970Ebb403e
Octal13631533471701627310076
Binary1011110110011011101110011100111101110101110111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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