Shades of Turquoise #53F5BC
Tints of Turquoise #53F5BC
RGB
CMYK
RGB Variations
Color information
#53F5BC (or 0x53F5BC) is known color: Turquoise. HEX triplet: 53, F5 and BC. RGB value is (83,245,188). Sum of RGB (Red+Green+Blue) = 83+245+188=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #53F5BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F5BC is #AC0A43. Grayscale: #BEBEBE. Windows color (decimal): -11274820 or 12383571. OLE color: 12383571.
HSL color Cylindrical-coordinate representation of color #53F5BC: hue angle of 158.89º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F5BC is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 245 | 188 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.04 |
| HSL | 158.89º | 0.89% | 0.64% | - |
| HSV(B) | 158.89º | 0.66% | 0.96% | - |
| XYZ | 45.3 | 70.77 | 58.85 | - |
| YUV | 190.06 | 126.83 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 245 | 188 | 0.66 | 0 | 0.23 | 0.04 | 158.89 | 0.89 | 0.64 |
| Hex | 53 | F5 | BC | 42 | 0 | 17 | 4 | 9F | 59 | 40 |
| Octal | 123 | 365 | 274 | 102 | 0 | 27 | 4 | 237 | 131 | 100 |
| Binary | 1010011 | 11110101 | 10111100 | 1000010 | 0 | 10111 | 100 | 10011111 | 1011001 | 1000000 |
Color Harmonies of #53F5BC
Complementary color
Monochromatic Colors of #53F5BC
Black with #53F5BC
Text Example
Text Example
White with #53F5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F5BC; }
p { color: rgb(83,245,188); }
H1.HeaderClassName
{
color: #53F5BC;
}
.AnyTagClassName
{
color: #53F5BC;
}
</style>
background-color css
<style>
a { background-color: #53F5BC; }
a { background-color: rgb(83,245,188); }
div.DivClassName
{
background-color: #53F5BC;
}
.BgClassName
{
background-color: #53F5BC;
}
</style>
border-color css
<style>
span { border-color: #53F5BC; }
span { border-color: rgb(83,245,188); }
td.TdClassName
{
border-color: #53F5BC;
}
.TagClassName
{
border-color: #53F5BC;
}
</style>