Shades of Turquoise #33F7BB
Tints of Turquoise #33F7BB
RGB
CMYK
RGB Variations
Color information
#33F7BB (or 0x33F7BB) is known color: Turquoise. HEX triplet: 33, F7 and BB. RGB value is (51,247,187). Sum of RGB (Red+Green+Blue) = 51+247+187=485 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.52% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #33F7BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F7BB is #CC0844. Grayscale: #B5B5B5. Windows color (decimal): -13371461 or 12318515. OLE color: 12318515.
HSL color Cylindrical-coordinate representation of color #33F7BB: hue angle of 161.63º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F7BB is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 247 | 187 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.03 |
| HSL | 161.63º | 0.92% | 0.58% | - |
| HSV(B) | 161.63º | 0.79% | 0.97% | - |
| XYZ | 43.6 | 70.81 | 58.38 | - |
| YUV | 181.56 | 131.07 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 247 | 187 | 0.79 | 0 | 0.24 | 0.03 | 161.63 | 0.92 | 0.58 |
| Hex | 33 | F7 | BB | 4F | 0 | 18 | 3 | A2 | 5C | 3A |
| Octal | 63 | 367 | 273 | 117 | 0 | 30 | 3 | 242 | 134 | 72 |
| Binary | 110011 | 11110111 | 10111011 | 1001111 | 0 | 11000 | 11 | 10100010 | 1011100 | 111010 |
Color Harmonies of #33F7BB
Complementary color
Monochromatic Colors of #33F7BB
Black with #33F7BB
Text Example
Text Example
White with #33F7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F7BB; }
p { color: rgb(51,247,187); }
H1.HeaderClassName
{
color: #33F7BB;
}
.AnyTagClassName
{
color: #33F7BB;
}
</style>
background-color css
<style>
a { background-color: #33F7BB; }
a { background-color: rgb(51,247,187); }
div.DivClassName
{
background-color: #33F7BB;
}
.BgClassName
{
background-color: #33F7BB;
}
</style>
border-color css
<style>
span { border-color: #33F7BB; }
span { border-color: rgb(51,247,187); }
td.TdClassName
{
border-color: #33F7BB;
}
.TagClassName
{
border-color: #33F7BB;
}
</style>