Shades of Turquoise #52FAB4
Tints of Turquoise #52FAB4
RGB
CMYK
RGB Variations
Color information
#52FAB4 (or 0x52FAB4) is known color: Turquoise. HEX triplet: 52, FA and B4. RGB value is (82,250,180). Sum of RGB (Red+Green+Blue) = 82+250+180=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #52FAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FAB4 is #AD054B. Grayscale: #BFBFBF. Windows color (decimal): -11339084 or 11860562. OLE color: 11860562.
HSL color Cylindrical-coordinate representation of color #52FAB4: hue angle of 155º degrees, saturation: 0.94, 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 #52FAB4 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 180 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.02 |
| HSL | 155º | 0.94% | 0.65% | - |
| HSV(B) | 155º | 0.67% | 0.98% | - |
| XYZ | 45.9 | 73.46 | 54.94 | - |
| YUV | 191.79 | 121.34 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 180 | 0.67 | 0 | 0.28 | 0.02 | 155 | 0.94 | 0.65 |
| Hex | 52 | FA | B4 | 43 | 0 | 1C | 2 | 9B | 5E | 41 |
| Octal | 122 | 372 | 264 | 103 | 0 | 34 | 2 | 233 | 136 | 101 |
| Binary | 1010010 | 11111010 | 10110100 | 1000011 | 0 | 11100 | 10 | 10011011 | 1011110 | 1000001 |
Color Harmonies of #52FAB4
Complementary color
Monochromatic Colors of #52FAB4
Black with #52FAB4
Text Example
Text Example
White with #52FAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FAB4; }
p { color: rgb(82,250,180); }
H1.HeaderClassName
{
color: #52FAB4;
}
.AnyTagClassName
{
color: #52FAB4;
}
</style>
background-color css
<style>
a { background-color: #52FAB4; }
a { background-color: rgb(82,250,180); }
div.DivClassName
{
background-color: #52FAB4;
}
.BgClassName
{
background-color: #52FAB4;
}
</style>
border-color css
<style>
span { border-color: #52FAB4; }
span { border-color: rgb(82,250,180); }
td.TdClassName
{
border-color: #52FAB4;
}
.TagClassName
{
border-color: #52FAB4;
}
</style>