#5CCCC6

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

Shades of Medium Turquoise #5CCCC6

Tints of Medium Turquoise #5CCCC6

Color information

#5CCCC6 (or 0x5CCCC6) is unknown color: approx Medium Turquoise. HEX triplet: 5C, CC and C6. RGB value is (92,204,198). Sum of RGB (Red+Green+Blue) = 92+204+198=494 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.62% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCC6 is #A33339. Grayscale: #A9A9A9. Windows color (decimal): -10695482 or 13028444. OLE color: 13028444.

HSL color Cylindrical-coordinate representation of color #5CCCC6: hue angle of 176.79º degrees, saturation: 0.52, 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 #5CCCC6 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB92204198-
CMYK0.5500.030.2
HSL176.79º52.34%58.04%-
HSV(B)176.79º54.9%80%-
XYZ36.249.5461.08-
YUV169.83143.8972.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.62%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 198 (77.73% from 255) = 40.08%
R=18.62%
G=41.30%
B=40.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal922041980.5500.030.2176.7952.3458.04
Hex5CCCC6370314b1343a
Octal1343143066703242616472
Binary101110011001100110001101101110111010010110001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,204,198); }

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

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

 a { background-color: rgb(92,204,198); }

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

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

 span { border-color: rgb(92,204,198); }

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