Shades of Medium Turquoise #5CD9CF
Tints of Medium Turquoise #5CD9CF
RGB
CMYK
RGB Variations
Color information
#5CD9CF (or 0x5CD9CF) is known color: Medium Turquoise. HEX triplet: 5C, D9 and CF. RGB value is (92,217,207). Sum of RGB (Red+Green+Blue) = 92+217+207=516 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.83% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD9CF is #A32630. Grayscale: #B2B2B2. Windows color (decimal): -10692145 or 13621596. OLE color: 13621596.
HSL color Cylindrical-coordinate representation of color #5CD9CF: hue angle of 175.2º 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 #5CD9CF is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 217 | 207 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.15 |
| HSL | 175.2º | 0.62% | 0.61% | - |
| HSV(B) | 175.2º | 0.58% | 0.85% | - |
| XYZ | 40.49 | 56.41 | 67.78 | - |
| YUV | 178.49 | 144.09 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 217 | 207 | 0.58 | 0 | 0.05 | 0.15 | 175.2 | 0.62 | 0.61 |
| Hex | 5C | D9 | CF | 3A | 0 | 5 | F | AF | 3E | 3D |
| Octal | 134 | 331 | 317 | 72 | 0 | 5 | 17 | 257 | 76 | 75 |
| Binary | 1011100 | 11011001 | 11001111 | 111010 | 0 | 101 | 1111 | 10101111 | 111110 | 111101 |
Color Harmonies of #5CD9CF
Complementary color
Monochromatic Colors of #5CD9CF
Black with #5CD9CF
Text Example
Text Example
White with #5CD9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD9CF; }
p { color: rgb(92,217,207); }
H1.HeaderClassName
{
color: #5CD9CF;
}
.AnyTagClassName
{
color: #5CD9CF;
}
</style>
background-color css
<style>
a { background-color: #5CD9CF; }
a { background-color: rgb(92,217,207); }
div.DivClassName
{
background-color: #5CD9CF;
}
.BgClassName
{
background-color: #5CD9CF;
}
</style>
border-color css
<style>
span { border-color: #5CD9CF; }
span { border-color: rgb(92,217,207); }
td.TdClassName
{
border-color: #5CD9CF;
}
.TagClassName
{
border-color: #5CD9CF;
}
</style>