#5ECDDE

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

Shades of Turquoise Blue #5ECDDE

Tints of Turquoise Blue #5ECDDE

Color information

#5ECDDE (or 0x5ECDDE) is unknown color: approx Turquoise Blue. HEX triplet: 5E, CD and DE. RGB value is (94,205,222). Sum of RGB (Red+Green+Blue) = 94+205+222=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #5ECDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDDE is #A13221. Grayscale: #ADADAD. Windows color (decimal): -10564130 or 14601566. OLE color: 14601566.

HSL color Cylindrical-coordinate representation of color #5ECDDE: hue angle of 187.97º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5ECDDE is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB94205222-
CMYK0.580.0800.13
HSL187.97º65.98%61.96%-
HSV(B)187.97º57.66%87.06%-
XYZ39.6351.3276.92-
YUV173.75155.2371.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.04%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=18.04%
G=39.35%
B=42.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942052220.580.0800.13187.9765.9861.96
Hex5ECDDE3A80Dbc423e
Octal136315336721001527410276
Binary10111101100110111011110111010100001101101111001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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