Shades of Medium Turquoise #52CDD8
Tints of Medium Turquoise #52CDD8
RGB
CMYK
RGB Variations
Color information
#52CDD8 (or 0x52CDD8) is known color: Medium Turquoise. HEX triplet: 52, CD and D8. RGB value is (82,205,216). Sum of RGB (Red+Green+Blue) = 82+205+216=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #52CDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDD8 is #AD3227. Grayscale: #A9A9A9. Windows color (decimal): -11350568 or 14208338. OLE color: 14208338.
HSL color Cylindrical-coordinate representation of color #52CDD8: hue angle of 184.93º 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 #52CDD8 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 205 | 216 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.15 |
| HSL | 184.93º | 0.63% | 0.58% | - |
| HSV(B) | 184.93º | 0.62% | 0.85% | - |
| XYZ | 37.71 | 50.41 | 72.71 | - |
| YUV | 169.48 | 154.25 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 216 | 0.62 | 0.05 | 0 | 0.15 | 184.93 | 0.63 | 0.58 |
| Hex | 52 | CD | D8 | 3E | 5 | 0 | F | B9 | 3F | 3A |
| Octal | 122 | 315 | 330 | 76 | 5 | 0 | 17 | 271 | 77 | 72 |
| Binary | 1010010 | 11001101 | 11011000 | 111110 | 101 | 0 | 1111 | 10111001 | 111111 | 111010 |
Color Harmonies of #52CDD8
Complementary color
Monochromatic Colors of #52CDD8
Black with #52CDD8
Text Example
Text Example
White with #52CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDD8; }
p { color: rgb(82,205,216); }
H1.HeaderClassName
{
color: #52CDD8;
}
.AnyTagClassName
{
color: #52CDD8;
}
</style>
background-color css
<style>
a { background-color: #52CDD8; }
a { background-color: rgb(82,205,216); }
div.DivClassName
{
background-color: #52CDD8;
}
.BgClassName
{
background-color: #52CDD8;
}
</style>
border-color css
<style>
span { border-color: #52CDD8; }
span { border-color: rgb(82,205,216); }
td.TdClassName
{
border-color: #52CDD8;
}
.TagClassName
{
border-color: #52CDD8;
}
</style>