Shades of Medium Turquoise #5CD2C9
Tints of Medium Turquoise #5CD2C9
RGB
CMYK
RGB Variations
Color information
#5CD2C9 (or 0x5CD2C9) is known color: Medium Turquoise. HEX triplet: 5C, D2 and C9. RGB value is (92,210,201). Sum of RGB (Red+Green+Blue) = 92+210+201=503 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.29% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD2C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD2C9 is #A32D36. Grayscale: #ADADAD. Windows color (decimal): -10693943 or 13226588. OLE color: 13226588.
HSL color Cylindrical-coordinate representation of color #5CD2C9: hue angle of 175.42º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD2C9 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 210 | 201 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.18 |
| HSL | 175.42º | 0.57% | 0.59% | - |
| HSV(B) | 175.42º | 0.56% | 0.82% | - |
| XYZ | 38 | 52.59 | 63.41 | - |
| YUV | 173.69 | 143.41 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 210 | 201 | 0.56 | 0 | 0.04 | 0.18 | 175.42 | 0.57 | 0.59 |
| Hex | 5C | D2 | C9 | 38 | 0 | 4 | 12 | AF | 39 | 3B |
| Octal | 134 | 322 | 311 | 70 | 0 | 4 | 22 | 257 | 71 | 73 |
| Binary | 1011100 | 11010010 | 11001001 | 111000 | 0 | 100 | 10010 | 10101111 | 111001 | 111011 |
Color Harmonies of #5CD2C9
Complementary color
Monochromatic Colors of #5CD2C9
Black with #5CD2C9
Text Example
Text Example
White with #5CD2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD2C9; }
p { color: rgb(92,210,201); }
H1.HeaderClassName
{
color: #5CD2C9;
}
.AnyTagClassName
{
color: #5CD2C9;
}
</style>
background-color css
<style>
a { background-color: #5CD2C9; }
a { background-color: rgb(92,210,201); }
div.DivClassName
{
background-color: #5CD2C9;
}
.BgClassName
{
background-color: #5CD2C9;
}
</style>
border-color css
<style>
span { border-color: #5CD2C9; }
span { border-color: rgb(92,210,201); }
td.TdClassName
{
border-color: #5CD2C9;
}
.TagClassName
{
border-color: #5CD2C9;
}
</style>