Shades of Turquoise #33FFBA
Tints of Turquoise #33FFBA
RGB
CMYK
RGB Variations
Color information
#33FFBA (or 0x33FFBA) is known color: Turquoise. HEX triplet: 33, FF and BA. RGB value is (51,255,186). Sum of RGB (Red+Green+Blue) = 51+255+186=492 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.37% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFBA is #CC0045. Grayscale: #BABABA. Windows color (decimal): -13369414 or 12255027. OLE color: 12255027.
HSL color Cylindrical-coordinate representation of color #33FFBA: hue angle of 159.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFBA is Cyan = 0.8, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 186 | - |
| CMYK | 0.8 | 0 | 0.27 | 0 |
| HSL | 159.71º | 1% | 0.6% | - |
| HSV(B) | 159.71º | 0.8% | 1% | - |
| XYZ | 45.99 | 75.77 | 58.66 | - |
| YUV | 186.14 | 127.91 | 31.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 186 | 0.8 | 0 | 0.27 | 0 | 159.71 | 1 | 0.6 |
| Hex | 33 | FF | BA | 50 | 0 | 1B | 0 | A0 | 64 | 3C |
| Octal | 63 | 377 | 272 | 120 | 0 | 33 | 0 | 240 | 144 | 74 |
| Binary | 110011 | 11111111 | 10111010 | 1010000 | 0 | 11011 | 0 | 10100000 | 1100100 | 111100 |
Color Harmonies of #33FFBA
Complementary color
Monochromatic Colors of #33FFBA
Black with #33FFBA
Text Example
Text Example
White with #33FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FFBA; }
p { color: rgb(51,255,186); }
H1.HeaderClassName
{
color: #33FFBA;
}
.AnyTagClassName
{
color: #33FFBA;
}
</style>
background-color css
<style>
a { background-color: #33FFBA; }
a { background-color: rgb(51,255,186); }
div.DivClassName
{
background-color: #33FFBA;
}
.BgClassName
{
background-color: #33FFBA;
}
</style>
border-color css
<style>
span { border-color: #33FFBA; }
span { border-color: rgb(51,255,186); }
td.TdClassName
{
border-color: #33FFBA;
}
.TagClassName
{
border-color: #33FFBA;
}
</style>