Shades of Turquoise #52FFCB
Tints of Turquoise #52FFCB
RGB
CMYK
RGB Variations
Color information
#52FFCB (or 0x52FFCB) is known color: Turquoise. HEX triplet: 52, FF and CB. RGB value is (82,255,203). Sum of RGB (Red+Green+Blue) = 82+255+203=540 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.19% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FFCB is #AD0034. Grayscale: #C5C5C5. Windows color (decimal): -11337781 or 13369170. OLE color: 13369170.
HSL color Cylindrical-coordinate representation of color #52FFCB: hue angle of 161.97º 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 #52FFCB is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 203 | - |
| CMYK | 0.68 | 0 | 0.20 | 0 |
| HSL | 161.97º | 1% | 0.66% | - |
| HSV(B) | 161.97º | 0.68% | 1% | - |
| XYZ | 50.02 | 77.63 | 68.85 | - |
| YUV | 197.35 | 131.19 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 203 | 0.68 | 0 | 0.20 | 0 | 161.97 | 1 | 0.66 |
| Hex | 52 | FF | CB | 44 | 0 | 14 | 0 | A2 | 64 | 42 |
| Octal | 122 | 377 | 313 | 104 | 0 | 24 | 0 | 242 | 144 | 102 |
| Binary | 1010010 | 11111111 | 11001011 | 1000100 | 0 | 10100 | 0 | 10100010 | 1100100 | 1000010 |
Color Harmonies of #52FFCB
Complementary color
Monochromatic Colors of #52FFCB
Black with #52FFCB
Text Example
Text Example
White with #52FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFCB; }
p { color: rgb(82,255,203); }
H1.HeaderClassName
{
color: #52FFCB;
}
.AnyTagClassName
{
color: #52FFCB;
}
</style>
background-color css
<style>
a { background-color: #52FFCB; }
a { background-color: rgb(82,255,203); }
div.DivClassName
{
background-color: #52FFCB;
}
.BgClassName
{
background-color: #52FFCB;
}
</style>
border-color css
<style>
span { border-color: #52FFCB; }
span { border-color: rgb(82,255,203); }
td.TdClassName
{
border-color: #52FFCB;
}
.TagClassName
{
border-color: #52FFCB;
}
</style>