Shades of Medium Turquoise #5CCEC9
Tints of Medium Turquoise #5CCEC9
RGB
CMYK
RGB Variations
Color information
#5CCEC9 (or 0x5CCEC9) is known color: Medium Turquoise. HEX triplet: 5C, CE and C9. RGB value is (92,206,201). Sum of RGB (Red+Green+Blue) = 92+206+201=499 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.44% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #5CCEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCEC9 is #A33136. Grayscale: #ABABAB. Windows color (decimal): -10694967 or 13225564. OLE color: 13225564.
HSL color Cylindrical-coordinate representation of color #5CCEC9: hue angle of 177.37º 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 #5CCEC9 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 206 | 201 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.19 |
| HSL | 177.37º | 0.54% | 0.58% | - |
| HSV(B) | 177.37º | 0.55% | 0.81% | - |
| XYZ | 37.03 | 50.63 | 63.08 | - |
| YUV | 171.34 | 144.73 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 201 | 0.55 | 0 | 0.02 | 0.19 | 177.37 | 0.54 | 0.58 |
| Hex | 5C | CE | C9 | 37 | 0 | 2 | 13 | B1 | 36 | 3A |
| Octal | 134 | 316 | 311 | 67 | 0 | 2 | 23 | 261 | 66 | 72 |
| Binary | 1011100 | 11001110 | 11001001 | 110111 | 0 | 10 | 10011 | 10110001 | 110110 | 111010 |
Color Harmonies of #5CCEC9
Complementary color
Monochromatic Colors of #5CCEC9
Black with #5CCEC9
Text Example
Text Example
White with #5CCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCEC9; }
p { color: rgb(92,206,201); }
H1.HeaderClassName
{
color: #5CCEC9;
}
.AnyTagClassName
{
color: #5CCEC9;
}
</style>
background-color css
<style>
a { background-color: #5CCEC9; }
a { background-color: rgb(92,206,201); }
div.DivClassName
{
background-color: #5CCEC9;
}
.BgClassName
{
background-color: #5CCEC9;
}
</style>
border-color css
<style>
span { border-color: #5CCEC9; }
span { border-color: rgb(92,206,201); }
td.TdClassName
{
border-color: #5CCEC9;
}
.TagClassName
{
border-color: #5CCEC9;
}
</style>