Shades of Turquoise #53F9BC
Tints of Turquoise #53F9BC
RGB
CMYK
RGB Variations
Color information
#53F9BC (or 0x53F9BC) is known color: Turquoise. HEX triplet: 53, F9 and BC. RGB value is (83,249,188). Sum of RGB (Red+Green+Blue) = 83+249+188=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #53F9BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F9BC is #AC0643. Grayscale: #C0C0C0. Windows color (decimal): -11273796 or 12384595. OLE color: 12384595.
HSL color Cylindrical-coordinate representation of color #53F9BC: hue angle of 157.95º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53F9BC is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 249 | 188 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.02 |
| HSL | 157.95º | 0.93% | 0.65% | - |
| HSV(B) | 157.95º | 0.67% | 0.98% | - |
| XYZ | 46.52 | 73.22 | 59.26 | - |
| YUV | 192.41 | 125.5 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 249 | 188 | 0.67 | 0 | 0.24 | 0.02 | 157.95 | 0.93 | 0.65 |
| Hex | 53 | F9 | BC | 43 | 0 | 18 | 2 | 9E | 5D | 41 |
| Octal | 123 | 371 | 274 | 103 | 0 | 30 | 2 | 236 | 135 | 101 |
| Binary | 1010011 | 11111001 | 10111100 | 1000011 | 0 | 11000 | 10 | 10011110 | 1011101 | 1000001 |
Color Harmonies of #53F9BC
Complementary color
Monochromatic Colors of #53F9BC
Black with #53F9BC
Text Example
Text Example
White with #53F9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F9BC; }
p { color: rgb(83,249,188); }
H1.HeaderClassName
{
color: #53F9BC;
}
.AnyTagClassName
{
color: #53F9BC;
}
</style>
background-color css
<style>
a { background-color: #53F9BC; }
a { background-color: rgb(83,249,188); }
div.DivClassName
{
background-color: #53F9BC;
}
.BgClassName
{
background-color: #53F9BC;
}
</style>
border-color css
<style>
span { border-color: #53F9BC; }
span { border-color: rgb(83,249,188); }
td.TdClassName
{
border-color: #53F9BC;
}
.TagClassName
{
border-color: #53F9BC;
}
</style>