Shades of Medium Turquoise #5CDACF
Tints of Medium Turquoise #5CDACF
RGB
CMYK
RGB Variations
Color information
#5CDACF (or 0x5CDACF) is known color: Medium Turquoise. HEX triplet: 5C, DA and CF. RGB value is (92,218,207). Sum of RGB (Red+Green+Blue) = 92+218+207=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDACF is #A32530. Grayscale: #B2B2B2. Windows color (decimal): -10691889 or 13621852. OLE color: 13621852.
HSL color Cylindrical-coordinate representation of color #5CDACF: hue angle of 174.76º degrees, saturation: 0.63, 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 #5CDACF is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 207 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.15 |
| HSL | 174.76º | 0.63% | 0.61% | - |
| HSV(B) | 174.76º | 0.58% | 0.85% | - |
| XYZ | 40.75 | 56.92 | 67.87 | - |
| YUV | 179.07 | 143.76 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 207 | 0.58 | 0 | 0.05 | 0.15 | 174.76 | 0.63 | 0.61 |
| Hex | 5C | DA | CF | 3A | 0 | 5 | F | AF | 3F | 3D |
| Octal | 134 | 332 | 317 | 72 | 0 | 5 | 17 | 257 | 77 | 75 |
| Binary | 1011100 | 11011010 | 11001111 | 111010 | 0 | 101 | 1111 | 10101111 | 111111 | 111101 |
Color Harmonies of #5CDACF
Complementary color
Monochromatic Colors of #5CDACF
Black with #5CDACF
Text Example
Text Example
White with #5CDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDACF; }
p { color: rgb(92,218,207); }
H1.HeaderClassName
{
color: #5CDACF;
}
.AnyTagClassName
{
color: #5CDACF;
}
</style>
background-color css
<style>
a { background-color: #5CDACF; }
a { background-color: rgb(92,218,207); }
div.DivClassName
{
background-color: #5CDACF;
}
.BgClassName
{
background-color: #5CDACF;
}
</style>
border-color css
<style>
span { border-color: #5CDACF; }
span { border-color: rgb(92,218,207); }
td.TdClassName
{
border-color: #5CDACF;
}
.TagClassName
{
border-color: #5CDACF;
}
</style>