Shades of Turquoise #52F1DF
Tints of Turquoise #52F1DF
RGB
CMYK
RGB Variations
Color information
#52F1DF (or 0x52F1DF) is known color: Turquoise. HEX triplet: 52, F1 and DF. RGB value is (82,241,223). Sum of RGB (Red+Green+Blue) = 82+241+223=546 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.02% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #52F1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F1DF is #AD0E20. Grayscale: #BFBFBF. Windows color (decimal): -11341345 or 14676306. OLE color: 14676306.
HSL color Cylindrical-coordinate representation of color #52F1DF: hue angle of 173.21º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F1DF is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 223 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.05 |
| HSL | 173.21º | 0.85% | 0.63% | - |
| HSV(B) | 173.21º | 0.66% | 0.95% | - |
| XYZ | 48.25 | 70.03 | 80.79 | - |
| YUV | 191.41 | 145.82 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 223 | 0.66 | 0 | 0.07 | 0.05 | 173.21 | 0.85 | 0.63 |
| Hex | 52 | F1 | DF | 42 | 0 | 7 | 5 | AD | 55 | 3F |
| Octal | 122 | 361 | 337 | 102 | 0 | 7 | 5 | 255 | 125 | 77 |
| Binary | 1010010 | 11110001 | 11011111 | 1000010 | 0 | 111 | 101 | 10101101 | 1010101 | 111111 |
Color Harmonies of #52F1DF
Complementary color
Monochromatic Colors of #52F1DF
Black with #52F1DF
Text Example
Text Example
White with #52F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F1DF; }
p { color: rgb(82,241,223); }
H1.HeaderClassName
{
color: #52F1DF;
}
.AnyTagClassName
{
color: #52F1DF;
}
</style>
background-color css
<style>
a { background-color: #52F1DF; }
a { background-color: rgb(82,241,223); }
div.DivClassName
{
background-color: #52F1DF;
}
.BgClassName
{
background-color: #52F1DF;
}
</style>
border-color css
<style>
span { border-color: #52F1DF; }
span { border-color: rgb(82,241,223); }
td.TdClassName
{
border-color: #52F1DF;
}
.TagClassName
{
border-color: #52F1DF;
}
</style>