Shades of Turquoise #53FFBA
Tints of Turquoise #53FFBA
RGB
CMYK
RGB Variations
Color information
#53FFBA (or 0x53FFBA) is known color: Turquoise. HEX triplet: 53, FF and BA. RGB value is (83,255,186). Sum of RGB (Red+Green+Blue) = 83+255+186=524 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.84% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFBA is #AC0045. Grayscale: #C3C3C3. Windows color (decimal): -11272262 or 12255059. OLE color: 12255059.
HSL color Cylindrical-coordinate representation of color #53FFBA: hue angle of 155.93º 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 #53FFBA is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 186 | - |
| CMYK | 0.67 | 0 | 0.27 | 0 |
| HSL | 155.93º | 1% | 0.66% | - |
| HSV(B) | 155.93º | 0.67% | 1% | - |
| XYZ | 48.19 | 76.9 | 58.76 | - |
| YUV | 195.71 | 122.52 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 186 | 0.67 | 0 | 0.27 | 0 | 155.93 | 1 | 0.66 |
| Hex | 53 | FF | BA | 43 | 0 | 1B | 0 | 9C | 64 | 42 |
| Octal | 123 | 377 | 272 | 103 | 0 | 33 | 0 | 234 | 144 | 102 |
| Binary | 1010011 | 11111111 | 10111010 | 1000011 | 0 | 11011 | 0 | 10011100 | 1100100 | 1000010 |
Color Harmonies of #53FFBA
Complementary color
Monochromatic Colors of #53FFBA
Black with #53FFBA
Text Example
Text Example
White with #53FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFBA; }
p { color: rgb(83,255,186); }
H1.HeaderClassName
{
color: #53FFBA;
}
.AnyTagClassName
{
color: #53FFBA;
}
</style>
background-color css
<style>
a { background-color: #53FFBA; }
a { background-color: rgb(83,255,186); }
div.DivClassName
{
background-color: #53FFBA;
}
.BgClassName
{
background-color: #53FFBA;
}
</style>
border-color css
<style>
span { border-color: #53FFBA; }
span { border-color: rgb(83,255,186); }
td.TdClassName
{
border-color: #53FFBA;
}
.TagClassName
{
border-color: #53FFBA;
}
</style>