Shades of Medium Turquoise #52CCDF
Tints of Medium Turquoise #52CCDF
RGB
CMYK
RGB Variations
Color information
#52CCDF (or 0x52CCDF) is known color: Medium Turquoise. HEX triplet: 52, CC and DF. RGB value is (82,204,223). Sum of RGB (Red+Green+Blue) = 82+204+223=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #52CCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCDF is #AD3320. Grayscale: #A9A9A9. Windows color (decimal): -11350817 or 14666834. OLE color: 14666834.
HSL color Cylindrical-coordinate representation of color #52CCDF: hue angle of 188.09º 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 #52CCDF is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 204 | 223 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.13 |
| HSL | 188.09º | 0.69% | 0.6% | - |
| HSV(B) | 188.09º | 0.63% | 0.87% | - |
| XYZ | 38.39 | 50.31 | 77.5 | - |
| YUV | 169.69 | 158.08 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 223 | 0.63 | 0.09 | 0 | 0.13 | 188.09 | 0.69 | 0.6 |
| Hex | 52 | CC | DF | 3F | 9 | 0 | D | BC | 45 | 3C |
| Octal | 122 | 314 | 337 | 77 | 11 | 0 | 15 | 274 | 105 | 74 |
| Binary | 1010010 | 11001100 | 11011111 | 111111 | 1001 | 0 | 1101 | 10111100 | 1000101 | 111100 |
Color Harmonies of #52CCDF
Complementary color
Monochromatic Colors of #52CCDF
Black with #52CCDF
Text Example
Text Example
White with #52CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CCDF; }
p { color: rgb(82,204,223); }
H1.HeaderClassName
{
color: #52CCDF;
}
.AnyTagClassName
{
color: #52CCDF;
}
</style>
background-color css
<style>
a { background-color: #52CCDF; }
a { background-color: rgb(82,204,223); }
div.DivClassName
{
background-color: #52CCDF;
}
.BgClassName
{
background-color: #52CCDF;
}
</style>
border-color css
<style>
span { border-color: #52CCDF; }
span { border-color: rgb(82,204,223); }
td.TdClassName
{
border-color: #52CCDF;
}
.TagClassName
{
border-color: #52CCDF;
}
</style>