Shades of Turquoise #53F6CF
Tints of Turquoise #53F6CF
RGB
CMYK
RGB Variations
Color information
#53F6CF (or 0x53F6CF) is known color: Turquoise. HEX triplet: 53, F6 and CF. RGB value is (83,246,207). Sum of RGB (Red+Green+Blue) = 83+246+207=536 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.49% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #53F6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F6CF is #AC0930. Grayscale: #C0C0C0. Windows color (decimal): -11274545 or 13629011. OLE color: 13629011.
HSL color Cylindrical-coordinate representation of color #53F6CF: hue angle of 165.64º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F6CF is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 246 | 207 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.04 |
| HSL | 165.64º | 0.9% | 0.65% | - |
| HSV(B) | 165.64º | 0.66% | 0.96% | - |
| XYZ | 47.79 | 72.26 | 70.46 | - |
| YUV | 192.82 | 136 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 246 | 207 | 0.66 | 0 | 0.16 | 0.04 | 165.64 | 0.9 | 0.65 |
| Hex | 53 | F6 | CF | 42 | 0 | 10 | 4 | A6 | 5A | 41 |
| Octal | 123 | 366 | 317 | 102 | 0 | 20 | 4 | 246 | 132 | 101 |
| Binary | 1010011 | 11110110 | 11001111 | 1000010 | 0 | 10000 | 100 | 10100110 | 1011010 | 1000001 |
Color Harmonies of #53F6CF
Complementary color
Monochromatic Colors of #53F6CF
Black with #53F6CF
Text Example
Text Example
White with #53F6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F6CF; }
p { color: rgb(83,246,207); }
H1.HeaderClassName
{
color: #53F6CF;
}
.AnyTagClassName
{
color: #53F6CF;
}
</style>
background-color css
<style>
a { background-color: #53F6CF; }
a { background-color: rgb(83,246,207); }
div.DivClassName
{
background-color: #53F6CF;
}
.BgClassName
{
background-color: #53F6CF;
}
</style>
border-color css
<style>
span { border-color: #53F6CF; }
span { border-color: rgb(83,246,207); }
td.TdClassName
{
border-color: #53F6CF;
}
.TagClassName
{
border-color: #53F6CF;
}
</style>