Shades of Turquoise #52F3D3
Tints of Turquoise #52F3D3
RGB
CMYK
RGB Variations
Color information
#52F3D3 (or 0x52F3D3) is known color: Turquoise. HEX triplet: 52, F3 and D3. RGB value is (82,243,211). Sum of RGB (Red+Green+Blue) = 82+243+211=536 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.30% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #52F3D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F3D3 is #AD0C2C. Grayscale: #BFBFBF. Windows color (decimal): -11340845 or 13890386. OLE color: 13890386.
HSL color Cylindrical-coordinate representation of color #52F3D3: hue angle of 168.07º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F3D3 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 243 | 211 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.05 |
| HSL | 168.07º | 0.87% | 0.64% | - |
| HSV(B) | 168.07º | 0.66% | 0.95% | - |
| XYZ | 47.29 | 70.6 | 72.76 | - |
| YUV | 191.21 | 139.16 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 243 | 211 | 0.66 | 0 | 0.13 | 0.05 | 168.07 | 0.87 | 0.64 |
| Hex | 52 | F3 | D3 | 42 | 0 | D | 5 | A8 | 57 | 40 |
| Octal | 122 | 363 | 323 | 102 | 0 | 15 | 5 | 250 | 127 | 100 |
| Binary | 1010010 | 11110011 | 11010011 | 1000010 | 0 | 1101 | 101 | 10101000 | 1010111 | 1000000 |
Color Harmonies of #52F3D3
Complementary color
Monochromatic Colors of #52F3D3
Black with #52F3D3
Text Example
Text Example
White with #52F3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F3D3; }
p { color: rgb(82,243,211); }
H1.HeaderClassName
{
color: #52F3D3;
}
.AnyTagClassName
{
color: #52F3D3;
}
</style>
background-color css
<style>
a { background-color: #52F3D3; }
a { background-color: rgb(82,243,211); }
div.DivClassName
{
background-color: #52F3D3;
}
.BgClassName
{
background-color: #52F3D3;
}
</style>
border-color css
<style>
span { border-color: #52F3D3; }
span { border-color: rgb(82,243,211); }
td.TdClassName
{
border-color: #52F3D3;
}
.TagClassName
{
border-color: #52F3D3;
}
</style>