Shades of Turquoise #52FACB
Tints of Turquoise #52FACB
RGB
CMYK
RGB Variations
Color information
#52FACB (or 0x52FACB) is known color: Turquoise. HEX triplet: 52, FA and CB. RGB value is (82,250,203). Sum of RGB (Red+Green+Blue) = 82+250+203=535 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.33% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #52FACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FACB is #AD0534. Grayscale: #C2C2C2. Windows color (decimal): -11339061 or 13367890. OLE color: 13367890.
HSL color Cylindrical-coordinate representation of color #52FACB: hue angle of 163.21º degrees, saturation: 0.94, 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 #52FACB is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 203 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.02 |
| HSL | 163.21º | 0.94% | 0.65% | - |
| HSV(B) | 163.21º | 0.67% | 0.98% | - |
| XYZ | 48.44 | 74.48 | 68.32 | - |
| YUV | 194.41 | 132.84 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 203 | 0.67 | 0 | 0.19 | 0.02 | 163.21 | 0.94 | 0.65 |
| Hex | 52 | FA | CB | 43 | 0 | 13 | 2 | A3 | 5E | 41 |
| Octal | 122 | 372 | 313 | 103 | 0 | 23 | 2 | 243 | 136 | 101 |
| Binary | 1010010 | 11111010 | 11001011 | 1000011 | 0 | 10011 | 10 | 10100011 | 1011110 | 1000001 |
Color Harmonies of #52FACB
Complementary color
Monochromatic Colors of #52FACB
Black with #52FACB
Text Example
Text Example
White with #52FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FACB; }
p { color: rgb(82,250,203); }
H1.HeaderClassName
{
color: #52FACB;
}
.AnyTagClassName
{
color: #52FACB;
}
</style>
background-color css
<style>
a { background-color: #52FACB; }
a { background-color: rgb(82,250,203); }
div.DivClassName
{
background-color: #52FACB;
}
.BgClassName
{
background-color: #52FACB;
}
</style>
border-color css
<style>
span { border-color: #52FACB; }
span { border-color: rgb(82,250,203); }
td.TdClassName
{
border-color: #52FACB;
}
.TagClassName
{
border-color: #52FACB;
}
</style>