Shades of Turquoise #53F2BF
Tints of Turquoise #53F2BF
RGB
CMYK
RGB Variations
Color information
#53F2BF (or 0x53F2BF) is known color: Turquoise. HEX triplet: 53, F2 and BF. RGB value is (83,242,191). Sum of RGB (Red+Green+Blue) = 83+242+191=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #53F2BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F2BF is #AC0D40. Grayscale: #BCBCBC. Windows color (decimal): -11275585 or 12579411. OLE color: 12579411.
HSL color Cylindrical-coordinate representation of color #53F2BF: hue angle of 160.75º degrees, saturation: 0.86, 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 #53F2BF is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 242 | 191 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.05 |
| HSL | 160.75º | 0.86% | 0.64% | - |
| HSV(B) | 160.75º | 0.66% | 0.95% | - |
| XYZ | 44.72 | 69.1 | 60.27 | - |
| YUV | 188.65 | 129.32 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 242 | 191 | 0.66 | 0 | 0.21 | 0.05 | 160.75 | 0.86 | 0.64 |
| Hex | 53 | F2 | BF | 42 | 0 | 15 | 5 | A1 | 56 | 40 |
| Octal | 123 | 362 | 277 | 102 | 0 | 25 | 5 | 241 | 126 | 100 |
| Binary | 1010011 | 11110010 | 10111111 | 1000010 | 0 | 10101 | 101 | 10100001 | 1010110 | 1000000 |
Color Harmonies of #53F2BF
Complementary color
Monochromatic Colors of #53F2BF
Black with #53F2BF
Text Example
Text Example
White with #53F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F2BF; }
p { color: rgb(83,242,191); }
H1.HeaderClassName
{
color: #53F2BF;
}
.AnyTagClassName
{
color: #53F2BF;
}
</style>
background-color css
<style>
a { background-color: #53F2BF; }
a { background-color: rgb(83,242,191); }
div.DivClassName
{
background-color: #53F2BF;
}
.BgClassName
{
background-color: #53F2BF;
}
</style>
border-color css
<style>
span { border-color: #53F2BF; }
span { border-color: rgb(83,242,191); }
td.TdClassName
{
border-color: #53F2BF;
}
.TagClassName
{
border-color: #53F2BF;
}
</style>