Shades of Turquoise #52FDE2
Tints of Turquoise #52FDE2
RGB
CMYK
RGB Variations
Color information
#52FDE2 (or 0x52FDE2) is known color: Turquoise. HEX triplet: 52, FD and E2. RGB value is (82,253,226). Sum of RGB (Red+Green+Blue) = 82+253+226=561 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.62% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FDE2 is #AD021D. Grayscale: #C6C6C6. Windows color (decimal): -11338270 or 14875986. OLE color: 14875986.
HSL color Cylindrical-coordinate representation of color #52FDE2: hue angle of 170.53º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FDE2 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 253 | 226 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.01 |
| HSL | 170.53º | 0.98% | 0.66% | - |
| HSV(B) | 170.53º | 0.68% | 0.99% | - |
| XYZ | 52.33 | 77.54 | 84.16 | - |
| YUV | 198.79 | 143.35 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 253 | 226 | 0.68 | 0 | 0.11 | 0.01 | 170.53 | 0.98 | 0.66 |
| Hex | 52 | FD | E2 | 44 | 0 | B | 1 | AB | 62 | 42 |
| Octal | 122 | 375 | 342 | 104 | 0 | 13 | 1 | 253 | 142 | 102 |
| Binary | 1010010 | 11111101 | 11100010 | 1000100 | 0 | 1011 | 1 | 10101011 | 1100010 | 1000010 |
Color Harmonies of #52FDE2
Complementary color
Monochromatic Colors of #52FDE2
Black with #52FDE2
Text Example
Text Example
White with #52FDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FDE2; }
p { color: rgb(82,253,226); }
H1.HeaderClassName
{
color: #52FDE2;
}
.AnyTagClassName
{
color: #52FDE2;
}
</style>
background-color css
<style>
a { background-color: #52FDE2; }
a { background-color: rgb(82,253,226); }
div.DivClassName
{
background-color: #52FDE2;
}
.BgClassName
{
background-color: #52FDE2;
}
</style>
border-color css
<style>
span { border-color: #52FDE2; }
span { border-color: rgb(82,253,226); }
td.TdClassName
{
border-color: #52FDE2;
}
.TagClassName
{
border-color: #52FDE2;
}
</style>