Shades of Turquoise #52EED0
Tints of Turquoise #52EED0
RGB
CMYK
RGB Variations
Color information
#52EED0 (or 0x52EED0) is known color: Turquoise. HEX triplet: 52, EE and D0. RGB value is (82,238,208). Sum of RGB (Red+Green+Blue) = 82+238+208=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #52EED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EED0 is #AD112F. Grayscale: #BBBBBB. Windows color (decimal): -11342128 or 13692498. OLE color: 13692498.
HSL color Cylindrical-coordinate representation of color #52EED0: hue angle of 168.46º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EED0 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 238 | 208 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.07 |
| HSL | 168.46º | 0.82% | 0.63% | - |
| HSV(B) | 168.46º | 0.66% | 0.93% | - |
| XYZ | 45.44 | 67.5 | 70.31 | - |
| YUV | 187.94 | 139.32 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 238 | 208 | 0.66 | 0 | 0.13 | 0.07 | 168.46 | 0.82 | 0.63 |
| Hex | 52 | EE | D0 | 42 | 0 | D | 7 | A8 | 52 | 3F |
| Octal | 122 | 356 | 320 | 102 | 0 | 15 | 7 | 250 | 122 | 77 |
| Binary | 1010010 | 11101110 | 11010000 | 1000010 | 0 | 1101 | 111 | 10101000 | 1010010 | 111111 |
Color Harmonies of #52EED0
Complementary color
Monochromatic Colors of #52EED0
Black with #52EED0
Text Example
Text Example
White with #52EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EED0; }
p { color: rgb(82,238,208); }
H1.HeaderClassName
{
color: #52EED0;
}
.AnyTagClassName
{
color: #52EED0;
}
</style>
background-color css
<style>
a { background-color: #52EED0; }
a { background-color: rgb(82,238,208); }
div.DivClassName
{
background-color: #52EED0;
}
.BgClassName
{
background-color: #52EED0;
}
</style>
border-color css
<style>
span { border-color: #52EED0; }
span { border-color: rgb(82,238,208); }
td.TdClassName
{
border-color: #52EED0;
}
.TagClassName
{
border-color: #52EED0;
}
</style>