Shades of Medium Turquoise #52D8CF
Tints of Medium Turquoise #52D8CF
RGB
CMYK
RGB Variations
Color information
#52D8CF (or 0x52D8CF) is known color: Medium Turquoise. HEX triplet: 52, D8 and CF. RGB value is (82,216,207). Sum of RGB (Red+Green+Blue) = 82+216+207=505 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.24% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #52D8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D8CF is #AD2730. Grayscale: #AEAEAE. Windows color (decimal): -11347761 or 13621330. OLE color: 13621330.
HSL color Cylindrical-coordinate representation of color #52D8CF: hue angle of 175.97º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D8CF is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 216 | 207 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.15 |
| HSL | 175.97º | 0.63% | 0.58% | - |
| HSV(B) | 175.97º | 0.62% | 0.85% | - |
| XYZ | 39.3 | 55.41 | 67.66 | - |
| YUV | 174.91 | 146.11 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 216 | 207 | 0.62 | 0 | 0.04 | 0.15 | 175.97 | 0.63 | 0.58 |
| Hex | 52 | D8 | CF | 3E | 0 | 4 | F | B0 | 3F | 3A |
| Octal | 122 | 330 | 317 | 76 | 0 | 4 | 17 | 260 | 77 | 72 |
| Binary | 1010010 | 11011000 | 11001111 | 111110 | 0 | 100 | 1111 | 10110000 | 111111 | 111010 |
Color Harmonies of #52D8CF
Complementary color
Monochromatic Colors of #52D8CF
Black with #52D8CF
Text Example
Text Example
White with #52D8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D8CF; }
p { color: rgb(82,216,207); }
H1.HeaderClassName
{
color: #52D8CF;
}
.AnyTagClassName
{
color: #52D8CF;
}
</style>
background-color css
<style>
a { background-color: #52D8CF; }
a { background-color: rgb(82,216,207); }
div.DivClassName
{
background-color: #52D8CF;
}
.BgClassName
{
background-color: #52D8CF;
}
</style>
border-color css
<style>
span { border-color: #52D8CF; }
span { border-color: rgb(82,216,207); }
td.TdClassName
{
border-color: #52D8CF;
}
.TagClassName
{
border-color: #52D8CF;
}
</style>