Shades of Turquoise #33FFBB
Tints of Turquoise #33FFBB
RGB
CMYK
RGB Variations
Color information
#33FFBB (or 0x33FFBB) is known color: Turquoise. HEX triplet: 33, FF and BB. RGB value is (51,255,187). Sum of RGB (Red+Green+Blue) = 51+255+187=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFBB is #CC0044. Grayscale: #BABABA. Windows color (decimal): -13369413 or 12320563. OLE color: 12320563.
HSL color Cylindrical-coordinate representation of color #33FFBB: hue angle of 160º 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 #33FFBB is Cyan = 0.8, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 187 | - |
| CMYK | 0.8 | 0 | 0.27 | 0 |
| HSL | 160º | 1% | 0.6% | - |
| HSV(B) | 160º | 0.8% | 1% | - |
| XYZ | 46.09 | 75.81 | 59.22 | - |
| YUV | 186.25 | 128.41 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 187 | 0.8 | 0 | 0.27 | 0 | 160 | 1 | 0.6 |
| Hex | 33 | FF | BB | 50 | 0 | 1B | 0 | A0 | 64 | 3C |
| Octal | 63 | 377 | 273 | 120 | 0 | 33 | 0 | 240 | 144 | 74 |
| Binary | 110011 | 11111111 | 10111011 | 1010000 | 0 | 11011 | 0 | 10100000 | 1100100 | 111100 |
Color Harmonies of #33FFBB
Complementary color
Monochromatic Colors of #33FFBB
Black with #33FFBB
Text Example
Text Example
White with #33FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FFBB; }
p { color: rgb(51,255,187); }
H1.HeaderClassName
{
color: #33FFBB;
}
.AnyTagClassName
{
color: #33FFBB;
}
</style>
background-color css
<style>
a { background-color: #33FFBB; }
a { background-color: rgb(51,255,187); }
div.DivClassName
{
background-color: #33FFBB;
}
.BgClassName
{
background-color: #33FFBB;
}
</style>
border-color css
<style>
span { border-color: #33FFBB; }
span { border-color: rgb(51,255,187); }
td.TdClassName
{
border-color: #33FFBB;
}
.TagClassName
{
border-color: #33FFBB;
}
</style>