Shades of Turquoise #33FFB9
Tints of Turquoise #33FFB9
RGB
CMYK
RGB Variations
Color information
#33FFB9 (or 0x33FFB9) is known color: Turquoise. HEX triplet: 33, FF and B9. RGB value is (51,255,185). Sum of RGB (Red+Green+Blue) = 51+255+185=491 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.39% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFB9 is #CC0046. Grayscale: #BABABA. Windows color (decimal): -13369415 or 12189491. OLE color: 12189491.
HSL color Cylindrical-coordinate representation of color #33FFB9: hue angle of 159.41º 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 #33FFB9 is Cyan = 0.8, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 185 | - |
| CMYK | 0.8 | 0 | 0.27 | 0 |
| HSL | 159.41º | 1% | 0.6% | - |
| HSV(B) | 159.41º | 0.8% | 1% | - |
| XYZ | 45.88 | 75.73 | 58.1 | - |
| YUV | 186.02 | 127.41 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 185 | 0.8 | 0 | 0.27 | 0 | 159.41 | 1 | 0.6 |
| Hex | 33 | FF | B9 | 50 | 0 | 1B | 0 | 9F | 64 | 3C |
| Octal | 63 | 377 | 271 | 120 | 0 | 33 | 0 | 237 | 144 | 74 |
| Binary | 110011 | 11111111 | 10111001 | 1010000 | 0 | 11011 | 0 | 10011111 | 1100100 | 111100 |
Color Harmonies of #33FFB9
Complementary color
Monochromatic Colors of #33FFB9
Black with #33FFB9
Text Example
Text Example
White with #33FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FFB9; }
p { color: rgb(51,255,185); }
H1.HeaderClassName
{
color: #33FFB9;
}
.AnyTagClassName
{
color: #33FFB9;
}
</style>
background-color css
<style>
a { background-color: #33FFB9; }
a { background-color: rgb(51,255,185); }
div.DivClassName
{
background-color: #33FFB9;
}
.BgClassName
{
background-color: #33FFB9;
}
</style>
border-color css
<style>
span { border-color: #33FFB9; }
span { border-color: rgb(51,255,185); }
td.TdClassName
{
border-color: #33FFB9;
}
.TagClassName
{
border-color: #33FFB9;
}
</style>