#5CDECD

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

Shades of Medium Turquoise #5CDECD

Tints of Medium Turquoise #5CDECD

Color information

#5CDECD (or 0x5CDECD) is unknown color: approx Medium Turquoise. HEX triplet: 5C, DE and CD. RGB value is (92,222,205). Sum of RGB (Red+Green+Blue) = 92+222+205=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDECD is #A32132. Grayscale: #B5B5B5. Windows color (decimal): -10690867 or 13491804. OLE color: 13491804.

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

Color convert

RGB92222205-
CMYK0.5900.080.13
HSL172.15º66.33%61.57%-
HSV(B)172.15º58.56%87.06%-
XYZ41.5558.9366.94-
YUV181.19141.4364.38-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.73%
GREEN value IS 222 (87.11% from 255) = 42.77%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=17.73%
G=42.77%
B=39.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922222050.5900.080.13172.1566.3361.57
Hex5CDECD3B08Dac423e
Octal134336315730101525410276
Binary10111001101111011001101111011010001101101011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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