Shades of Turquoise #52FED0
Tints of Turquoise #52FED0
RGB
CMYK
RGB Variations
Color information
#52FED0 (or 0x52FED0) is known color: Turquoise. HEX triplet: 52, FE and D0. RGB value is (82,254,208). Sum of RGB (Red+Green+Blue) = 82+254+208=544 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.07% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #52FED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FED0 is #AD012F. Grayscale: #C5C5C5. Windows color (decimal): -11338032 or 13696594. OLE color: 13696594.
HSL color Cylindrical-coordinate representation of color #52FED0: hue angle of 163.95º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FED0 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 254 | 208 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.00 |
| HSL | 163.95º | 0.99% | 0.66% | - |
| HSV(B) | 163.95º | 0.68% | 1% | - |
| XYZ | 50.31 | 77.23 | 71.93 | - |
| YUV | 197.33 | 134.02 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 254 | 208 | 0.68 | 0 | 0.18 | 0.00 | 163.95 | 0.99 | 0.66 |
| Hex | 52 | FE | D0 | 44 | 0 | 12 | 0 | A4 | 63 | 42 |
| Octal | 122 | 376 | 320 | 104 | 0 | 22 | 0 | 244 | 143 | 102 |
| Binary | 1010010 | 11111110 | 11010000 | 1000100 | 0 | 10010 | 0 | 10100100 | 1100011 | 1000010 |
Color Harmonies of #52FED0
Complementary color
Monochromatic Colors of #52FED0
Black with #52FED0
Text Example
Text Example
White with #52FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FED0; }
p { color: rgb(82,254,208); }
H1.HeaderClassName
{
color: #52FED0;
}
.AnyTagClassName
{
color: #52FED0;
}
</style>
background-color css
<style>
a { background-color: #52FED0; }
a { background-color: rgb(82,254,208); }
div.DivClassName
{
background-color: #52FED0;
}
.BgClassName
{
background-color: #52FED0;
}
</style>
border-color css
<style>
span { border-color: #52FED0; }
span { border-color: rgb(82,254,208); }
td.TdClassName
{
border-color: #52FED0;
}
.TagClassName
{
border-color: #52FED0;
}
</style>