Shades of Turquoise #52FBB5
Tints of Turquoise #52FBB5
RGB
CMYK
RGB Variations
Color information
#52FBB5 (or 0x52FBB5) is known color: Turquoise. HEX triplet: 52, FB and B5. RGB value is (82,251,181). Sum of RGB (Red+Green+Blue) = 82+251+181=514 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.95% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FBB5 is #AD044A. Grayscale: #C0C0C0. Windows color (decimal): -11338827 or 11926354. OLE color: 11926354.
HSL color Cylindrical-coordinate representation of color #52FBB5: hue angle of 155.15º 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 #52FBB5 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 251 | 181 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.02 |
| HSL | 155.15º | 0.95% | 0.65% | - |
| HSV(B) | 155.15º | 0.67% | 0.98% | - |
| XYZ | 46.32 | 74.12 | 55.58 | - |
| YUV | 192.49 | 121.51 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 251 | 181 | 0.67 | 0 | 0.28 | 0.02 | 155.15 | 0.95 | 0.65 |
| Hex | 52 | FB | B5 | 43 | 0 | 1C | 2 | 9B | 5F | 41 |
| Octal | 122 | 373 | 265 | 103 | 0 | 34 | 2 | 233 | 137 | 101 |
| Binary | 1010010 | 11111011 | 10110101 | 1000011 | 0 | 11100 | 10 | 10011011 | 1011111 | 1000001 |
Color Harmonies of #52FBB5
Complementary color
Monochromatic Colors of #52FBB5
Black with #52FBB5
Text Example
Text Example
White with #52FBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FBB5; }
p { color: rgb(82,251,181); }
H1.HeaderClassName
{
color: #52FBB5;
}
.AnyTagClassName
{
color: #52FBB5;
}
</style>
background-color css
<style>
a { background-color: #52FBB5; }
a { background-color: rgb(82,251,181); }
div.DivClassName
{
background-color: #52FBB5;
}
.BgClassName
{
background-color: #52FBB5;
}
</style>
border-color css
<style>
span { border-color: #52FBB5; }
span { border-color: rgb(82,251,181); }
td.TdClassName
{
border-color: #52FBB5;
}
.TagClassName
{
border-color: #52FBB5;
}
</style>