Shades of Medium Turquoise #5CCCCE
Tints of Medium Turquoise #5CCCCE
RGB
CMYK
RGB Variations
Color information
#5CCCCE (or 0x5CCCCE) is known color: Medium Turquoise. HEX triplet: 5C, CC and CE. RGB value is (92,204,206). Sum of RGB (Red+Green+Blue) = 92+204+206=502 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.33% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #5CCCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCCE is #A33331. Grayscale: #AAAAAA. Windows color (decimal): -10695474 or 13552732. OLE color: 13552732.
HSL color Cylindrical-coordinate representation of color #5CCCCE: hue angle of 181.05º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCCCE is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 204 | 206 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.19 |
| HSL | 181.05º | 0.54% | 0.58% | - |
| HSV(B) | 181.05º | 0.55% | 0.81% | - |
| XYZ | 37.15 | 49.92 | 66.07 | - |
| YUV | 170.74 | 147.89 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 206 | 0.55 | 0.01 | 0 | 0.19 | 181.05 | 0.54 | 0.58 |
| Hex | 5C | CC | CE | 37 | 1 | 0 | 13 | B5 | 36 | 3A |
| Octal | 134 | 314 | 316 | 67 | 1 | 0 | 23 | 265 | 66 | 72 |
| Binary | 1011100 | 11001100 | 11001110 | 110111 | 1 | 0 | 10011 | 10110101 | 110110 | 111010 |
Color Harmonies of #5CCCCE
Complementary color
Monochromatic Colors of #5CCCCE
Black with #5CCCCE
Text Example
Text Example
White with #5CCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCCE; }
p { color: rgb(92,204,206); }
H1.HeaderClassName
{
color: #5CCCCE;
}
.AnyTagClassName
{
color: #5CCCCE;
}
</style>
background-color css
<style>
a { background-color: #5CCCCE; }
a { background-color: rgb(92,204,206); }
div.DivClassName
{
background-color: #5CCCCE;
}
.BgClassName
{
background-color: #5CCCCE;
}
</style>
border-color css
<style>
span { border-color: #5CCCCE; }
span { border-color: rgb(92,204,206); }
td.TdClassName
{
border-color: #5CCCCE;
}
.TagClassName
{
border-color: #5CCCCE;
}
</style>