Shades of Turquoise #52FDD3
Tints of Turquoise #52FDD3
RGB
CMYK
RGB Variations
Color information
#52FDD3 (or 0x52FDD3) is known color: Turquoise. HEX triplet: 52, FD and D3. RGB value is (82,253,211). Sum of RGB (Red+Green+Blue) = 82+253+211=546 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.02% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FDD3 is #AD022C. Grayscale: #C5C5C5. Windows color (decimal): -11338285 or 13892946. OLE color: 13892946.
HSL color Cylindrical-coordinate representation of color #52FDD3: hue angle of 165.26º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FDD3 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 253 | 211 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.01 |
| HSL | 165.26º | 0.98% | 0.66% | - |
| HSV(B) | 165.26º | 0.68% | 0.99% | - |
| XYZ | 50.36 | 76.75 | 73.79 | - |
| YUV | 197.08 | 135.85 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 253 | 211 | 0.68 | 0 | 0.17 | 0.01 | 165.26 | 0.98 | 0.66 |
| Hex | 52 | FD | D3 | 44 | 0 | 11 | 1 | A5 | 62 | 42 |
| Octal | 122 | 375 | 323 | 104 | 0 | 21 | 1 | 245 | 142 | 102 |
| Binary | 1010010 | 11111101 | 11010011 | 1000100 | 0 | 10001 | 1 | 10100101 | 1100010 | 1000010 |
Color Harmonies of #52FDD3
Complementary color
Monochromatic Colors of #52FDD3
Black with #52FDD3
Text Example
Text Example
White with #52FDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FDD3; }
p { color: rgb(82,253,211); }
H1.HeaderClassName
{
color: #52FDD3;
}
.AnyTagClassName
{
color: #52FDD3;
}
</style>
background-color css
<style>
a { background-color: #52FDD3; }
a { background-color: rgb(82,253,211); }
div.DivClassName
{
background-color: #52FDD3;
}
.BgClassName
{
background-color: #52FDD3;
}
</style>
border-color css
<style>
span { border-color: #52FDD3; }
span { border-color: rgb(82,253,211); }
td.TdClassName
{
border-color: #52FDD3;
}
.TagClassName
{
border-color: #52FDD3;
}
</style>