Shades of Medium Turquoise #52CFDC
Tints of Medium Turquoise #52CFDC
RGB
CMYK
RGB Variations
Color information
#52CFDC (or 0x52CFDC) is known color: Medium Turquoise. HEX triplet: 52, CF and DC. RGB value is (82,207,220). Sum of RGB (Red+Green+Blue) = 82+207+220=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #52CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFDC is #AD3023. Grayscale: #AAAAAA. Windows color (decimal): -11350052 or 14470994. OLE color: 14470994.
HSL color Cylindrical-coordinate representation of color #52CFDC: hue angle of 185.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52CFDC is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 207 | 220 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.14 |
| HSL | 185.65º | 0.66% | 0.59% | - |
| HSV(B) | 185.65º | 0.63% | 0.86% | - |
| XYZ | 38.71 | 51.59 | 75.63 | - |
| YUV | 171.11 | 155.59 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 220 | 0.63 | 0.06 | 0 | 0.14 | 185.65 | 0.66 | 0.59 |
| Hex | 52 | CF | DC | 3F | 6 | 0 | E | BA | 42 | 3B |
| Octal | 122 | 317 | 334 | 77 | 6 | 0 | 16 | 272 | 102 | 73 |
| Binary | 1010010 | 11001111 | 11011100 | 111111 | 110 | 0 | 1110 | 10111010 | 1000010 | 111011 |
Color Harmonies of #52CFDC
Complementary color
Monochromatic Colors of #52CFDC
Black with #52CFDC
Text Example
Text Example
White with #52CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFDC; }
p { color: rgb(82,207,220); }
H1.HeaderClassName
{
color: #52CFDC;
}
.AnyTagClassName
{
color: #52CFDC;
}
</style>
background-color css
<style>
a { background-color: #52CFDC; }
a { background-color: rgb(82,207,220); }
div.DivClassName
{
background-color: #52CFDC;
}
.BgClassName
{
background-color: #52CFDC;
}
</style>
border-color css
<style>
span { border-color: #52CFDC; }
span { border-color: rgb(82,207,220); }
td.TdClassName
{
border-color: #52CFDC;
}
.TagClassName
{
border-color: #52CFDC;
}
</style>