Shades of Turquoise #52FFBD
Tints of Turquoise #52FFBD
RGB
CMYK
RGB Variations
Color information
#52FFBD (or 0x52FFBD) is known color: Turquoise. HEX triplet: 52, FF and BD. RGB value is (82,255,189). Sum of RGB (Red+Green+Blue) = 82+255+189=526 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.59% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FFBD is #AD0042. Grayscale: #C3C3C3. Windows color (decimal): -11337795 or 12451666. OLE color: 12451666.
HSL color Cylindrical-coordinate representation of color #52FFBD: hue angle of 157.11º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FFBD is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 189 | - |
| CMYK | 0.68 | 0 | 0.26 | 0 |
| HSL | 157.11º | 1% | 0.66% | - |
| HSV(B) | 157.11º | 0.68% | 1% | - |
| XYZ | 48.42 | 76.99 | 60.45 | - |
| YUV | 195.75 | 124.19 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 189 | 0.68 | 0 | 0.26 | 0 | 157.11 | 1 | 0.66 |
| Hex | 52 | FF | BD | 44 | 0 | 1A | 0 | 9D | 64 | 42 |
| Octal | 122 | 377 | 275 | 104 | 0 | 32 | 0 | 235 | 144 | 102 |
| Binary | 1010010 | 11111111 | 10111101 | 1000100 | 0 | 11010 | 0 | 10011101 | 1100100 | 1000010 |
Color Harmonies of #52FFBD
Complementary color
Monochromatic Colors of #52FFBD
Black with #52FFBD
Text Example
Text Example
White with #52FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFBD; }
p { color: rgb(82,255,189); }
H1.HeaderClassName
{
color: #52FFBD;
}
.AnyTagClassName
{
color: #52FFBD;
}
</style>
background-color css
<style>
a { background-color: #52FFBD; }
a { background-color: rgb(82,255,189); }
div.DivClassName
{
background-color: #52FFBD;
}
.BgClassName
{
background-color: #52FFBD;
}
</style>
border-color css
<style>
span { border-color: #52FFBD; }
span { border-color: rgb(82,255,189); }
td.TdClassName
{
border-color: #52FFBD;
}
.TagClassName
{
border-color: #52FFBD;
}
</style>