Shades of Turquoise #52E3CB
Tints of Turquoise #52E3CB
RGB
CMYK
RGB Variations
Color information
#52E3CB (or 0x52E3CB) is known color: Turquoise. HEX triplet: 52, E3 and CB. RGB value is (82,227,203). Sum of RGB (Red+Green+Blue) = 82+227+203=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #52E3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52E3CB is #AD1C34. Grayscale: #B4B4B4. Windows color (decimal): -11344949 or 13362002. OLE color: 13362002.
HSL color Cylindrical-coordinate representation of color #52E3CB: hue angle of 170.07º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E3CB is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 227 | 203 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.11 |
| HSL | 170.07º | 0.72% | 0.61% | - |
| HSV(B) | 170.07º | 0.64% | 0.89% | - |
| XYZ | 41.73 | 61.04 | 66.08 | - |
| YUV | 180.91 | 140.46 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 227 | 203 | 0.64 | 0 | 0.11 | 0.11 | 170.07 | 0.72 | 0.61 |
| Hex | 52 | E3 | CB | 40 | 0 | B | B | AA | 48 | 3D |
| Octal | 122 | 343 | 313 | 100 | 0 | 13 | 13 | 252 | 110 | 75 |
| Binary | 1010010 | 11100011 | 11001011 | 1000000 | 0 | 1011 | 1011 | 10101010 | 1001000 | 111101 |
Color Harmonies of #52E3CB
Complementary color
Monochromatic Colors of #52E3CB
Black with #52E3CB
Text Example
Text Example
White with #52E3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E3CB; }
p { color: rgb(82,227,203); }
H1.HeaderClassName
{
color: #52E3CB;
}
.AnyTagClassName
{
color: #52E3CB;
}
</style>
background-color css
<style>
a { background-color: #52E3CB; }
a { background-color: rgb(82,227,203); }
div.DivClassName
{
background-color: #52E3CB;
}
.BgClassName
{
background-color: #52E3CB;
}
</style>
border-color css
<style>
span { border-color: #52E3CB; }
span { border-color: rgb(82,227,203); }
td.TdClassName
{
border-color: #52E3CB;
}
.TagClassName
{
border-color: #52E3CB;
}
</style>