Shades of Turquoise #52FBE5
Tints of Turquoise #52FBE5
RGB
CMYK
RGB Variations
Color information
#52FBE5 (or 0x52FBE5) is known color: Turquoise. HEX triplet: 52, FB and E5. RGB value is (82,251,229). Sum of RGB (Red+Green+Blue) = 82+251+229=562 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.59% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FBE5 is #AD041A. Grayscale: #C5C5C5. Windows color (decimal): -11338779 or 15072082. OLE color: 15072082.
HSL color Cylindrical-coordinate representation of color #52FBE5: hue angle of 172.19º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FBE5 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 251 | 229 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.02 |
| HSL | 172.19º | 0.95% | 0.65% | - |
| HSV(B) | 172.19º | 0.67% | 0.98% | - |
| XYZ | 52.12 | 76.45 | 86.14 | - |
| YUV | 197.96 | 145.51 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 251 | 229 | 0.67 | 0 | 0.09 | 0.02 | 172.19 | 0.95 | 0.65 |
| Hex | 52 | FB | E5 | 43 | 0 | 9 | 2 | AC | 5F | 41 |
| Octal | 122 | 373 | 345 | 103 | 0 | 11 | 2 | 254 | 137 | 101 |
| Binary | 1010010 | 11111011 | 11100101 | 1000011 | 0 | 1001 | 10 | 10101100 | 1011111 | 1000001 |
Color Harmonies of #52FBE5
Complementary color
Monochromatic Colors of #52FBE5
Black with #52FBE5
Text Example
Text Example
White with #52FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FBE5; }
p { color: rgb(82,251,229); }
H1.HeaderClassName
{
color: #52FBE5;
}
.AnyTagClassName
{
color: #52FBE5;
}
</style>
background-color css
<style>
a { background-color: #52FBE5; }
a { background-color: rgb(82,251,229); }
div.DivClassName
{
background-color: #52FBE5;
}
.BgClassName
{
background-color: #52FBE5;
}
</style>
border-color css
<style>
span { border-color: #52FBE5; }
span { border-color: rgb(82,251,229); }
td.TdClassName
{
border-color: #52FBE5;
}
.TagClassName
{
border-color: #52FBE5;
}
</style>