#5CDED6

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

Shades of Medium Turquoise #5CDED6

Tints of Medium Turquoise #5CDED6

Color information

#5CDED6 (or 0x5CDED6) is unknown color: approx Medium Turquoise. HEX triplet: 5C, DE and D6. RGB value is (92,222,214). Sum of RGB (Red+Green+Blue) = 92+222+214=528 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.42% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDED6 is #A32129. Grayscale: #B6B6B6. Windows color (decimal): -10690858 or 14081628. OLE color: 14081628.

HSL color Cylindrical-coordinate representation of color #5CDED6: hue angle of 176.31º 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 #5CDED6 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB92222214-
CMYK0.5900.040.13
HSL176.31º66.33%61.57%-
HSV(B)176.31º58.56%87.06%-
XYZ42.6759.3772.83-
YUV182.22145.9363.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.42%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 214 (83.98% from 255) = 40.53%
R=17.42%
G=42.05%
B=40.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922222140.5900.040.13176.3166.3361.57
Hex5CDED63B04Db0423e
Octal13433632673041526010276
Binary1011100110111101101011011101101001101101100001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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