Shades of Medium Turquoise #52CDDB
Tints of Medium Turquoise #52CDDB
RGB
CMYK
RGB Variations
Color information
#52CDDB (or 0x52CDDB) is known color: Medium Turquoise. HEX triplet: 52, CD and DB. RGB value is (82,205,219). Sum of RGB (Red+Green+Blue) = 82+205+219=506 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.21% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #52CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDDB is #AD3224. Grayscale: #A9A9A9. Windows color (decimal): -11350565 or 14404946. OLE color: 14404946.
HSL color Cylindrical-coordinate representation of color #52CDDB: hue angle of 186.13º 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 #52CDDB is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 205 | 219 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.14 |
| HSL | 186.13º | 0.66% | 0.59% | - |
| HSV(B) | 186.13º | 0.63% | 0.86% | - |
| XYZ | 38.1 | 50.57 | 74.77 | - |
| YUV | 169.82 | 155.75 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 219 | 0.63 | 0.06 | 0 | 0.14 | 186.13 | 0.66 | 0.59 |
| Hex | 52 | CD | DB | 3F | 6 | 0 | E | BA | 42 | 3B |
| Octal | 122 | 315 | 333 | 77 | 6 | 0 | 16 | 272 | 102 | 73 |
| Binary | 1010010 | 11001101 | 11011011 | 111111 | 110 | 0 | 1110 | 10111010 | 1000010 | 111011 |
Color Harmonies of #52CDDB
Complementary color
Monochromatic Colors of #52CDDB
Black with #52CDDB
Text Example
Text Example
White with #52CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDDB; }
p { color: rgb(82,205,219); }
H1.HeaderClassName
{
color: #52CDDB;
}
.AnyTagClassName
{
color: #52CDDB;
}
</style>
background-color css
<style>
a { background-color: #52CDDB; }
a { background-color: rgb(82,205,219); }
div.DivClassName
{
background-color: #52CDDB;
}
.BgClassName
{
background-color: #52CDDB;
}
</style>
border-color css
<style>
span { border-color: #52CDDB; }
span { border-color: rgb(82,205,219); }
td.TdClassName
{
border-color: #52CDDB;
}
.TagClassName
{
border-color: #52CDDB;
}
</style>