Shades of Turquoise #52FEDD
Tints of Turquoise #52FEDD
RGB
CMYK
RGB Variations
Color information
#52FEDD (or 0x52FEDD) is known color: Turquoise. HEX triplet: 52, FE and DD. RGB value is (82,254,221). Sum of RGB (Red+Green+Blue) = 82+254+221=557 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.72% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #52FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FEDD is #AD0122. Grayscale: #C6C6C6. Windows color (decimal): -11338019 or 14548562. OLE color: 14548562.
HSL color Cylindrical-coordinate representation of color #52FEDD: hue angle of 168.49º 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 #52FEDD is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 254 | 221 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.00 |
| HSL | 168.49º | 0.99% | 0.66% | - |
| HSV(B) | 168.49º | 0.68% | 1% | - |
| XYZ | 51.97 | 77.9 | 80.7 | - |
| YUV | 198.81 | 140.52 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 254 | 221 | 0.68 | 0 | 0.13 | 0.00 | 168.49 | 0.99 | 0.66 |
| Hex | 52 | FE | DD | 44 | 0 | D | 0 | A8 | 63 | 42 |
| Octal | 122 | 376 | 335 | 104 | 0 | 15 | 0 | 250 | 143 | 102 |
| Binary | 1010010 | 11111110 | 11011101 | 1000100 | 0 | 1101 | 0 | 10101000 | 1100011 | 1000010 |
Color Harmonies of #52FEDD
Complementary color
Monochromatic Colors of #52FEDD
Black with #52FEDD
Text Example
Text Example
White with #52FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FEDD; }
p { color: rgb(82,254,221); }
H1.HeaderClassName
{
color: #52FEDD;
}
.AnyTagClassName
{
color: #52FEDD;
}
</style>
background-color css
<style>
a { background-color: #52FEDD; }
a { background-color: rgb(82,254,221); }
div.DivClassName
{
background-color: #52FEDD;
}
.BgClassName
{
background-color: #52FEDD;
}
</style>
border-color css
<style>
span { border-color: #52FEDD; }
span { border-color: rgb(82,254,221); }
td.TdClassName
{
border-color: #52FEDD;
}
.TagClassName
{
border-color: #52FEDD;
}
</style>