#5CEDDC

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

Shades of Turquoise Blue #5CEDDC

Tints of Turquoise Blue #5CEDDC

Color information

#5CEDDC (or 0x5CEDDC) is unknown color: approx Turquoise Blue. HEX triplet: 5C, ED and DC. RGB value is (92,237,220). Sum of RGB (Red+Green+Blue) = 92+237+220=549 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.76% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #5CEDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEDDC is #A31223. Grayscale: #BFBFBF. Windows color (decimal): -10687012 or 14478684. OLE color: 14478684.

HSL color Cylindrical-coordinate representation of color #5CEDDC: hue angle of 172.97º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEDDC is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB92237220-
CMYK0.6100.070.07
HSL172.97º80.11%64.51%-
HSV(B)172.97º61.18%92.94%-
XYZ47.6268.0178.33-
YUV191.71143.9656.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.76%
GREEN value IS 237 (92.97% from 255) = 43.17%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=16.76%
G=43.17%
B=40.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal922372200.6100.070.07172.9780.1164.51
Hex5CEDDC3D077ad5041
Octal13435533475077255120101
Binary1011100111011011101110011110101111111010110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,237,220); }

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

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

 a { background-color: rgb(92,237,220); }

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

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

 span { border-color: rgb(92,237,220); }

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