#5CCCC7

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

Shades of Medium Turquoise #5CCCC7

Tints of Medium Turquoise #5CCCC7

Color information

#5CCCC7 (or 0x5CCCC7) is unknown color: approx Medium Turquoise. HEX triplet: 5C, CC and C7. RGB value is (92,204,199). Sum of RGB (Red+Green+Blue) = 92+204+199=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCC7 is #A33338. Grayscale: #A9A9A9. Windows color (decimal): -10695481 or 13093980. OLE color: 13093980.

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

Color convert

RGB92204199-
CMYK0.5500.020.2
HSL177.32º52.34%58.04%-
HSV(B)177.32º54.9%80%-
XYZ36.3249.5861.69-
YUV169.94144.3972.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.59%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 199 (78.12% from 255) = 40.20%
R=18.59%
G=41.21%
B=40.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal922041990.5500.020.2177.3252.3458.04
Hex5CCCC7370214b1343a
Octal1343143076702242616472
Binary101110011001100110001111101110101010010110001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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