Shades of Turquoise #53FFB7
Tints of Turquoise #53FFB7
RGB
CMYK
RGB Variations
Color information
#53FFB7 (or 0x53FFB7) is known color: Turquoise. HEX triplet: 53, FF and B7. RGB value is (83,255,183). Sum of RGB (Red+Green+Blue) = 83+255+183=521 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.93% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFB7 is #AC0048. Grayscale: #C3C3C3. Windows color (decimal): -11272265 or 12058451. OLE color: 12058451.
HSL color Cylindrical-coordinate representation of color #53FFB7: hue angle of 154.88º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FFB7 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 183 | - |
| CMYK | 0.67 | 0 | 0.28 | 0 |
| HSL | 154.88º | 1% | 0.66% | - |
| HSV(B) | 154.88º | 0.67% | 1% | - |
| XYZ | 47.87 | 76.78 | 57.1 | - |
| YUV | 195.36 | 121.02 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 183 | 0.67 | 0 | 0.28 | 0 | 154.88 | 1 | 0.66 |
| Hex | 53 | FF | B7 | 43 | 0 | 1C | 0 | 9B | 64 | 42 |
| Octal | 123 | 377 | 267 | 103 | 0 | 34 | 0 | 233 | 144 | 102 |
| Binary | 1010011 | 11111111 | 10110111 | 1000011 | 0 | 11100 | 0 | 10011011 | 1100100 | 1000010 |
Color Harmonies of #53FFB7
Complementary color
Monochromatic Colors of #53FFB7
Black with #53FFB7
Text Example
Text Example
White with #53FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFB7; }
p { color: rgb(83,255,183); }
H1.HeaderClassName
{
color: #53FFB7;
}
.AnyTagClassName
{
color: #53FFB7;
}
</style>
background-color css
<style>
a { background-color: #53FFB7; }
a { background-color: rgb(83,255,183); }
div.DivClassName
{
background-color: #53FFB7;
}
.BgClassName
{
background-color: #53FFB7;
}
</style>
border-color css
<style>
span { border-color: #53FFB7; }
span { border-color: rgb(83,255,183); }
td.TdClassName
{
border-color: #53FFB7;
}
.TagClassName
{
border-color: #53FFB7;
}
</style>