Shades of Turquoise #52FCCB
Tints of Turquoise #52FCCB
RGB
CMYK
RGB Variations
Color information
#52FCCB (or 0x52FCCB) is known color: Turquoise. HEX triplet: 52, FC and CB. RGB value is (82,252,203). Sum of RGB (Red+Green+Blue) = 82+252+203=537 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.27% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCCB is #AD0334. Grayscale: #C3C3C3. Windows color (decimal): -11338549 or 13368402. OLE color: 13368402.
HSL color Cylindrical-coordinate representation of color #52FCCB: hue angle of 162.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FCCB is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 252 | 203 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.01 |
| HSL | 162.71º | 0.97% | 0.65% | - |
| HSV(B) | 162.71º | 0.67% | 0.99% | - |
| XYZ | 49.07 | 75.73 | 68.53 | - |
| YUV | 195.58 | 132.18 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 252 | 203 | 0.67 | 0 | 0.19 | 0.01 | 162.71 | 0.97 | 0.65 |
| Hex | 52 | FC | CB | 43 | 0 | 13 | 1 | A3 | 61 | 41 |
| Octal | 122 | 374 | 313 | 103 | 0 | 23 | 1 | 243 | 141 | 101 |
| Binary | 1010010 | 11111100 | 11001011 | 1000011 | 0 | 10011 | 1 | 10100011 | 1100001 | 1000001 |
Color Harmonies of #52FCCB
Complementary color
Monochromatic Colors of #52FCCB
Black with #52FCCB
Text Example
Text Example
White with #52FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FCCB; }
p { color: rgb(82,252,203); }
H1.HeaderClassName
{
color: #52FCCB;
}
.AnyTagClassName
{
color: #52FCCB;
}
</style>
background-color css
<style>
a { background-color: #52FCCB; }
a { background-color: rgb(82,252,203); }
div.DivClassName
{
background-color: #52FCCB;
}
.BgClassName
{
background-color: #52FCCB;
}
</style>
border-color css
<style>
span { border-color: #52FCCB; }
span { border-color: rgb(82,252,203); }
td.TdClassName
{
border-color: #52FCCB;
}
.TagClassName
{
border-color: #52FCCB;
}
</style>