Shades of Turquoise #33FBBE
Tints of Turquoise #33FBBE
RGB
CMYK
RGB Variations
Color information
#33FBBE (or 0x33FBBE) is known color: Turquoise. HEX triplet: 33, FB and BE. RGB value is (51,251,190). Sum of RGB (Red+Green+Blue) = 51+251+190=492 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.37% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #33FBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FBBE is #CC0441. Grayscale: #B8B8B8. Windows color (decimal): -13370434 or 12516147. OLE color: 12516147.
HSL color Cylindrical-coordinate representation of color #33FBBE: hue angle of 161.7º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FBBE is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 251 | 190 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.02 |
| HSL | 161.7º | 0.96% | 0.59% | - |
| HSV(B) | 161.7º | 0.8% | 0.98% | - |
| XYZ | 45.16 | 73.42 | 60.51 | - |
| YUV | 184.25 | 131.24 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 251 | 190 | 0.80 | 0 | 0.24 | 0.02 | 161.7 | 0.96 | 0.59 |
| Hex | 33 | FB | BE | 50 | 0 | 18 | 2 | A2 | 60 | 3B |
| Octal | 63 | 373 | 276 | 120 | 0 | 30 | 2 | 242 | 140 | 73 |
| Binary | 110011 | 11111011 | 10111110 | 1010000 | 0 | 11000 | 10 | 10100010 | 1100000 | 111011 |
Color Harmonies of #33FBBE
Complementary color
Monochromatic Colors of #33FBBE
Black with #33FBBE
Text Example
Text Example
White with #33FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FBBE; }
p { color: rgb(51,251,190); }
H1.HeaderClassName
{
color: #33FBBE;
}
.AnyTagClassName
{
color: #33FBBE;
}
</style>
background-color css
<style>
a { background-color: #33FBBE; }
a { background-color: rgb(51,251,190); }
div.DivClassName
{
background-color: #33FBBE;
}
.BgClassName
{
background-color: #33FBBE;
}
</style>
border-color css
<style>
span { border-color: #33FBBE; }
span { border-color: rgb(51,251,190); }
td.TdClassName
{
border-color: #33FBBE;
}
.TagClassName
{
border-color: #33FBBE;
}
</style>