Shades of Turquoise #52F9DF
Tints of Turquoise #52F9DF
RGB
CMYK
RGB Variations
Color information
#52F9DF (or 0x52F9DF) is known color: Turquoise. HEX triplet: 52, F9 and DF. RGB value is (82,249,223). Sum of RGB (Red+Green+Blue) = 82+249+223=554 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.80% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #52F9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F9DF is #AD0620. Grayscale: #C4C4C4. Windows color (decimal): -11339297 or 14678354. OLE color: 14678354.
HSL color Cylindrical-coordinate representation of color #52F9DF: hue angle of 170.66º degrees, saturation: 0.93, 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 #52F9DF is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 249 | 223 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.02 |
| HSL | 170.66º | 0.93% | 0.65% | - |
| HSV(B) | 170.66º | 0.67% | 0.98% | - |
| XYZ | 50.67 | 74.87 | 81.59 | - |
| YUV | 196.1 | 143.17 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 249 | 223 | 0.67 | 0 | 0.10 | 0.02 | 170.66 | 0.93 | 0.65 |
| Hex | 52 | F9 | DF | 43 | 0 | A | 2 | AB | 5D | 41 |
| Octal | 122 | 371 | 337 | 103 | 0 | 12 | 2 | 253 | 135 | 101 |
| Binary | 1010010 | 11111001 | 11011111 | 1000011 | 0 | 1010 | 10 | 10101011 | 1011101 | 1000001 |
Color Harmonies of #52F9DF
Complementary color
Monochromatic Colors of #52F9DF
Black with #52F9DF
Text Example
Text Example
White with #52F9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F9DF; }
p { color: rgb(82,249,223); }
H1.HeaderClassName
{
color: #52F9DF;
}
.AnyTagClassName
{
color: #52F9DF;
}
</style>
background-color css
<style>
a { background-color: #52F9DF; }
a { background-color: rgb(82,249,223); }
div.DivClassName
{
background-color: #52F9DF;
}
.BgClassName
{
background-color: #52F9DF;
}
</style>
border-color css
<style>
span { border-color: #52F9DF; }
span { border-color: rgb(82,249,223); }
td.TdClassName
{
border-color: #52F9DF;
}
.TagClassName
{
border-color: #52F9DF;
}
</style>