Shades of Turquoise #52F2D0
Tints of Turquoise #52F2D0
RGB
CMYK
RGB Variations
Color information
#52F2D0 (or 0x52F2D0) is known color: Turquoise. HEX triplet: 52, F2 and D0. RGB value is (82,242,208). Sum of RGB (Red+Green+Blue) = 82+242+208=532 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.41% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F2D0 is #AD0D2F. Grayscale: #BEBEBE. Windows color (decimal): -11341104 or 13693522. OLE color: 13693522.
HSL color Cylindrical-coordinate representation of color #52F2D0: hue angle of 167.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F2D0 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 208 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.05 |
| HSL | 167.25º | 0.86% | 0.64% | - |
| HSV(B) | 167.25º | 0.66% | 0.95% | - |
| XYZ | 46.62 | 69.85 | 70.7 | - |
| YUV | 190.28 | 137.99 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 208 | 0.66 | 0 | 0.14 | 0.05 | 167.25 | 0.86 | 0.64 |
| Hex | 52 | F2 | D0 | 42 | 0 | E | 5 | A7 | 56 | 40 |
| Octal | 122 | 362 | 320 | 102 | 0 | 16 | 5 | 247 | 126 | 100 |
| Binary | 1010010 | 11110010 | 11010000 | 1000010 | 0 | 1110 | 101 | 10100111 | 1010110 | 1000000 |
Color Harmonies of #52F2D0
Complementary color
Monochromatic Colors of #52F2D0
Black with #52F2D0
Text Example
Text Example
White with #52F2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2D0; }
p { color: rgb(82,242,208); }
H1.HeaderClassName
{
color: #52F2D0;
}
.AnyTagClassName
{
color: #52F2D0;
}
</style>
background-color css
<style>
a { background-color: #52F2D0; }
a { background-color: rgb(82,242,208); }
div.DivClassName
{
background-color: #52F2D0;
}
.BgClassName
{
background-color: #52F2D0;
}
</style>
border-color css
<style>
span { border-color: #52F2D0; }
span { border-color: rgb(82,242,208); }
td.TdClassName
{
border-color: #52F2D0;
}
.TagClassName
{
border-color: #52F2D0;
}
</style>