Shades of Medium Turquoise #52CDDF
Tints of Medium Turquoise #52CDDF
RGB
CMYK
RGB Variations
Color information
#52CDDF (or 0x52CDDF) is known color: Medium Turquoise. HEX triplet: 52, CD and DF. RGB value is (82,205,223). Sum of RGB (Red+Green+Blue) = 82+205+223=510 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.08% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #52CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDDF is #AD3220. Grayscale: #AAAAAA. Windows color (decimal): -11350561 or 14667090. OLE color: 14667090.
HSL color Cylindrical-coordinate representation of color #52CDDF: hue angle of 187.66º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52CDDF is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 205 | 223 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.13 |
| HSL | 187.66º | 0.69% | 0.6% | - |
| HSV(B) | 187.66º | 0.63% | 0.87% | - |
| XYZ | 38.63 | 50.78 | 77.58 | - |
| YUV | 170.28 | 157.75 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 223 | 0.63 | 0.08 | 0 | 0.13 | 187.66 | 0.69 | 0.6 |
| Hex | 52 | CD | DF | 3F | 8 | 0 | D | BC | 45 | 3C |
| Octal | 122 | 315 | 337 | 77 | 10 | 0 | 15 | 274 | 105 | 74 |
| Binary | 1010010 | 11001101 | 11011111 | 111111 | 1000 | 0 | 1101 | 10111100 | 1000101 | 111100 |
Color Harmonies of #52CDDF
Complementary color
Monochromatic Colors of #52CDDF
Black with #52CDDF
Text Example
Text Example
White with #52CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDDF; }
p { color: rgb(82,205,223); }
H1.HeaderClassName
{
color: #52CDDF;
}
.AnyTagClassName
{
color: #52CDDF;
}
</style>
background-color css
<style>
a { background-color: #52CDDF; }
a { background-color: rgb(82,205,223); }
div.DivClassName
{
background-color: #52CDDF;
}
.BgClassName
{
background-color: #52CDDF;
}
</style>
border-color css
<style>
span { border-color: #52CDDF; }
span { border-color: rgb(82,205,223); }
td.TdClassName
{
border-color: #52CDDF;
}
.TagClassName
{
border-color: #52CDDF;
}
</style>