Shades of Medium Turquoise #52DBBE
Tints of Medium Turquoise #52DBBE
RGB
CMYK
RGB Variations
Color information
#52DBBE (or 0x52DBBE) is known color: Medium Turquoise. HEX triplet: 52, DB and BE. RGB value is (82,219,190). Sum of RGB (Red+Green+Blue) = 82+219+190=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBBE is #AD2441. Grayscale: #AEAEAE. Windows color (decimal): -11347010 or 12507986. OLE color: 12507986.
HSL color Cylindrical-coordinate representation of color #52DBBE: hue angle of 167.3º 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 #52DBBE is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 190 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.14 |
| HSL | 167.3º | 0.66% | 0.59% | - |
| HSV(B) | 167.3º | 0.63% | 0.86% | - |
| XYZ | 38.11 | 56.17 | 57.55 | - |
| YUV | 174.73 | 136.61 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 190 | 0.63 | 0 | 0.13 | 0.14 | 167.3 | 0.66 | 0.59 |
| Hex | 52 | DB | BE | 3F | 0 | D | E | A7 | 42 | 3B |
| Octal | 122 | 333 | 276 | 77 | 0 | 15 | 16 | 247 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10111110 | 111111 | 0 | 1101 | 1110 | 10100111 | 1000010 | 111011 |
Color Harmonies of #52DBBE
Complementary color
Monochromatic Colors of #52DBBE
Black with #52DBBE
Text Example
Text Example
White with #52DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBBE; }
p { color: rgb(82,219,190); }
H1.HeaderClassName
{
color: #52DBBE;
}
.AnyTagClassName
{
color: #52DBBE;
}
</style>
background-color css
<style>
a { background-color: #52DBBE; }
a { background-color: rgb(82,219,190); }
div.DivClassName
{
background-color: #52DBBE;
}
.BgClassName
{
background-color: #52DBBE;
}
</style>
border-color css
<style>
span { border-color: #52DBBE; }
span { border-color: rgb(82,219,190); }
td.TdClassName
{
border-color: #52DBBE;
}
.TagClassName
{
border-color: #52DBBE;
}
</style>