Shades of Turquoise #33FABA
Tints of Turquoise #33FABA
RGB
CMYK
RGB Variations
Color information
#33FABA (or 0x33FABA) is known color: Turquoise. HEX triplet: 33, FA and BA. RGB value is (51,250,186). Sum of RGB (Red+Green+Blue) = 51+250+186=487 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.47% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #33FABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FABA is #CC0545. Grayscale: #B7B7B7. Windows color (decimal): -13370694 or 12253747. OLE color: 12253747.
HSL color Cylindrical-coordinate representation of color #33FABA: hue angle of 160.7º degrees, saturation: 0.95, 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 #33FABA is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 250 | 186 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.02 |
| HSL | 160.7º | 0.95% | 0.59% | - |
| HSV(B) | 160.7º | 0.8% | 0.98% | - |
| XYZ | 44.41 | 72.62 | 58.13 | - |
| YUV | 183.2 | 129.57 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 250 | 186 | 0.80 | 0 | 0.26 | 0.02 | 160.7 | 0.95 | 0.59 |
| Hex | 33 | FA | BA | 50 | 0 | 1A | 2 | A1 | 5F | 3B |
| Octal | 63 | 372 | 272 | 120 | 0 | 32 | 2 | 241 | 137 | 73 |
| Binary | 110011 | 11111010 | 10111010 | 1010000 | 0 | 11010 | 10 | 10100001 | 1011111 | 111011 |
Color Harmonies of #33FABA
Complementary color
Monochromatic Colors of #33FABA
Black with #33FABA
Text Example
Text Example
White with #33FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FABA; }
p { color: rgb(51,250,186); }
H1.HeaderClassName
{
color: #33FABA;
}
.AnyTagClassName
{
color: #33FABA;
}
</style>
background-color css
<style>
a { background-color: #33FABA; }
a { background-color: rgb(51,250,186); }
div.DivClassName
{
background-color: #33FABA;
}
.BgClassName
{
background-color: #33FABA;
}
</style>
border-color css
<style>
span { border-color: #33FABA; }
span { border-color: rgb(51,250,186); }
td.TdClassName
{
border-color: #33FABA;
}
.TagClassName
{
border-color: #33FABA;
}
</style>