Shades of Medium Turquoise #52CEDD
Tints of Medium Turquoise #52CEDD
RGB
CMYK
RGB Variations
Color information
#52CEDD (or 0x52CEDD) is known color: Medium Turquoise. HEX triplet: 52, CE and DD. RGB value is (82,206,221). Sum of RGB (Red+Green+Blue) = 82+206+221=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #52CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CEDD is #AD3122. Grayscale: #AAAAAA. Windows color (decimal): -11350307 or 14536274. OLE color: 14536274.
HSL color Cylindrical-coordinate representation of color #52CEDD: hue angle of 186.47º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52CEDD is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 206 | 221 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.13 |
| HSL | 186.47º | 0.67% | 0.59% | - |
| HSV(B) | 186.47º | 0.63% | 0.87% | - |
| XYZ | 38.6 | 51.16 | 76.25 | - |
| YUV | 170.63 | 156.42 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 221 | 0.63 | 0.07 | 0 | 0.13 | 186.47 | 0.67 | 0.59 |
| Hex | 52 | CE | DD | 3F | 7 | 0 | D | BA | 43 | 3B |
| Octal | 122 | 316 | 335 | 77 | 7 | 0 | 15 | 272 | 103 | 73 |
| Binary | 1010010 | 11001110 | 11011101 | 111111 | 111 | 0 | 1101 | 10111010 | 1000011 | 111011 |
Color Harmonies of #52CEDD
Complementary color
Monochromatic Colors of #52CEDD
Black with #52CEDD
Text Example
Text Example
White with #52CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEDD; }
p { color: rgb(82,206,221); }
H1.HeaderClassName
{
color: #52CEDD;
}
.AnyTagClassName
{
color: #52CEDD;
}
</style>
background-color css
<style>
a { background-color: #52CEDD; }
a { background-color: rgb(82,206,221); }
div.DivClassName
{
background-color: #52CEDD;
}
.BgClassName
{
background-color: #52CEDD;
}
</style>
border-color css
<style>
span { border-color: #52CEDD; }
span { border-color: rgb(82,206,221); }
td.TdClassName
{
border-color: #52CEDD;
}
.TagClassName
{
border-color: #52CEDD;
}
</style>