Shades of Medium Turquoise #5CD9CE
Tints of Medium Turquoise #5CD9CE
RGB
CMYK
RGB Variations
Color information
#5CD9CE (or 0x5CD9CE) is known color: Medium Turquoise. HEX triplet: 5C, D9 and CE. RGB value is (92,217,206). Sum of RGB (Red+Green+Blue) = 92+217+206=515 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.86% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD9CE is #A32631. Grayscale: #B2B2B2. Windows color (decimal): -10692146 or 13556060. OLE color: 13556060.
HSL color Cylindrical-coordinate representation of color #5CD9CE: hue angle of 174.72º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CD9CE is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 217 | 206 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.15 |
| HSL | 174.72º | 0.62% | 0.61% | - |
| HSV(B) | 174.72º | 0.58% | 0.85% | - |
| XYZ | 40.37 | 56.36 | 67.14 | - |
| YUV | 178.37 | 143.59 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 217 | 206 | 0.58 | 0 | 0.05 | 0.15 | 174.72 | 0.62 | 0.61 |
| Hex | 5C | D9 | CE | 3A | 0 | 5 | F | AF | 3E | 3D |
| Octal | 134 | 331 | 316 | 72 | 0 | 5 | 17 | 257 | 76 | 75 |
| Binary | 1011100 | 11011001 | 11001110 | 111010 | 0 | 101 | 1111 | 10101111 | 111110 | 111101 |
Color Harmonies of #5CD9CE
Complementary color
Monochromatic Colors of #5CD9CE
Black with #5CD9CE
Text Example
Text Example
White with #5CD9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD9CE; }
p { color: rgb(92,217,206); }
H1.HeaderClassName
{
color: #5CD9CE;
}
.AnyTagClassName
{
color: #5CD9CE;
}
</style>
background-color css
<style>
a { background-color: #5CD9CE; }
a { background-color: rgb(92,217,206); }
div.DivClassName
{
background-color: #5CD9CE;
}
.BgClassName
{
background-color: #5CD9CE;
}
</style>
border-color css
<style>
span { border-color: #5CD9CE; }
span { border-color: rgb(92,217,206); }
td.TdClassName
{
border-color: #5CD9CE;
}
.TagClassName
{
border-color: #5CD9CE;
}
</style>