#5CCDC8

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

Shades of Medium Turquoise #5CCDC8

Tints of Medium Turquoise #5CCDC8

Color information

#5CCDC8 (or 0x5CCDC8) is unknown color: approx Medium Turquoise. HEX triplet: 5C, CD and C8. RGB value is (92,205,200). Sum of RGB (Red+Green+Blue) = 92+205+200=497 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.51% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDC8 is #A33237. Grayscale: #AAAAAA. Windows color (decimal): -10695224 or 13159772. OLE color: 13159772.

HSL color Cylindrical-coordinate representation of color #5CCDC8: hue angle of 177.35º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCDC8 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB92205200-
CMYK0.5500.020.20
HSL177.35º53.05%58.24%-
HSV(B)177.35º55.12%80.39%-
XYZ36.6750.1162.38-
YUV170.64144.5671.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.51%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 200 (78.52% from 255) = 40.24%
R=18.51%
G=41.25%
B=40.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal922052000.5500.020.20177.3553.0558.24
Hex5CCDC8370214b1353a
Octal1343153106702242616572
Binary101110011001101110010001101110101010010110001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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