Shades of Turquoise #52FDBD
Tints of Turquoise #52FDBD
RGB
CMYK
RGB Variations
Color information
#52FDBD (or 0x52FDBD) is known color: Turquoise. HEX triplet: 52, FD and BD. RGB value is (82,253,189). Sum of RGB (Red+Green+Blue) = 82+253+189=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FDBD is #AD0242. Grayscale: #C2C2C2. Windows color (decimal): -11338307 or 12451154. OLE color: 12451154.
HSL color Cylindrical-coordinate representation of color #52FDBD: hue angle of 157.54º 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 #52FDBD is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 253 | 189 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.01 |
| HSL | 157.54º | 0.98% | 0.66% | - |
| HSV(B) | 157.54º | 0.68% | 0.99% | - |
| XYZ | 47.79 | 75.72 | 60.24 | - |
| YUV | 194.58 | 124.85 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 253 | 189 | 0.68 | 0 | 0.25 | 0.01 | 157.54 | 0.98 | 0.66 |
| Hex | 52 | FD | BD | 44 | 0 | 19 | 1 | 9E | 62 | 42 |
| Octal | 122 | 375 | 275 | 104 | 0 | 31 | 1 | 236 | 142 | 102 |
| Binary | 1010010 | 11111101 | 10111101 | 1000100 | 0 | 11001 | 1 | 10011110 | 1100010 | 1000010 |
Color Harmonies of #52FDBD
Complementary color
Monochromatic Colors of #52FDBD
Black with #52FDBD
Text Example
Text Example
White with #52FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FDBD; }
p { color: rgb(82,253,189); }
H1.HeaderClassName
{
color: #52FDBD;
}
.AnyTagClassName
{
color: #52FDBD;
}
</style>
background-color css
<style>
a { background-color: #52FDBD; }
a { background-color: rgb(82,253,189); }
div.DivClassName
{
background-color: #52FDBD;
}
.BgClassName
{
background-color: #52FDBD;
}
</style>
border-color css
<style>
span { border-color: #52FDBD; }
span { border-color: rgb(82,253,189); }
td.TdClassName
{
border-color: #52FDBD;
}
.TagClassName
{
border-color: #52FDBD;
}
</style>