Shades of Turquoise #52FDBF
Tints of Turquoise #52FDBF
RGB
CMYK
RGB Variations
Color information
#52FDBF (or 0x52FDBF) is known color: Turquoise. HEX triplet: 52, FD and BF. RGB value is (82,253,191). Sum of RGB (Red+Green+Blue) = 82+253+191=526 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.59% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FDBF is #AD0240. Grayscale: #C2C2C2. Windows color (decimal): -11338305 or 12582226. OLE color: 12582226.
HSL color Cylindrical-coordinate representation of color #52FDBF: hue angle of 158.25º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FDBF is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 253 | 191 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.01 |
| HSL | 158.25º | 0.98% | 0.66% | - |
| HSV(B) | 158.25º | 0.68% | 0.99% | - |
| XYZ | 48.01 | 75.81 | 61.39 | - |
| YUV | 194.8 | 125.85 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 253 | 191 | 0.68 | 0 | 0.25 | 0.01 | 158.25 | 0.98 | 0.66 |
| Hex | 52 | FD | BF | 44 | 0 | 19 | 1 | 9E | 62 | 42 |
| Octal | 122 | 375 | 277 | 104 | 0 | 31 | 1 | 236 | 142 | 102 |
| Binary | 1010010 | 11111101 | 10111111 | 1000100 | 0 | 11001 | 1 | 10011110 | 1100010 | 1000010 |
Color Harmonies of #52FDBF
Complementary color
Monochromatic Colors of #52FDBF
Black with #52FDBF
Text Example
Text Example
White with #52FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FDBF; }
p { color: rgb(82,253,191); }
H1.HeaderClassName
{
color: #52FDBF;
}
.AnyTagClassName
{
color: #52FDBF;
}
</style>
background-color css
<style>
a { background-color: #52FDBF; }
a { background-color: rgb(82,253,191); }
div.DivClassName
{
background-color: #52FDBF;
}
.BgClassName
{
background-color: #52FDBF;
}
</style>
border-color css
<style>
span { border-color: #52FDBF; }
span { border-color: rgb(82,253,191); }
td.TdClassName
{
border-color: #52FDBF;
}
.TagClassName
{
border-color: #52FDBF;
}
</style>