Shades of Turquoise #33FADB
Tints of Turquoise #33FADB
RGB
CMYK
RGB Variations
Color information
#33FADB (or 0x33FADB) is known color: Turquoise. HEX triplet: 33, FA and DB. RGB value is (51,250,219). Sum of RGB (Red+Green+Blue) = 51+250+219=520 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.81% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #33FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FADB is #CC0524. Grayscale: #BABABA. Windows color (decimal): -13370661 or 14416435. OLE color: 14416435.
HSL color Cylindrical-coordinate representation of color #33FADB: hue angle of 170.65º 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 #33FADB is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 250 | 219 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.02 |
| HSL | 170.65º | 0.95% | 0.59% | - |
| HSV(B) | 170.65º | 0.8% | 0.98% | - |
| XYZ | 48.34 | 74.19 | 78.79 | - |
| YUV | 186.97 | 146.07 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 250 | 219 | 0.80 | 0 | 0.12 | 0.02 | 170.65 | 0.95 | 0.59 |
| Hex | 33 | FA | DB | 50 | 0 | C | 2 | AB | 5F | 3B |
| Octal | 63 | 372 | 333 | 120 | 0 | 14 | 2 | 253 | 137 | 73 |
| Binary | 110011 | 11111010 | 11011011 | 1010000 | 0 | 1100 | 10 | 10101011 | 1011111 | 111011 |
Color Harmonies of #33FADB
Complementary color
Monochromatic Colors of #33FADB
Black with #33FADB
Text Example
Text Example
White with #33FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FADB; }
p { color: rgb(51,250,219); }
H1.HeaderClassName
{
color: #33FADB;
}
.AnyTagClassName
{
color: #33FADB;
}
</style>
background-color css
<style>
a { background-color: #33FADB; }
a { background-color: rgb(51,250,219); }
div.DivClassName
{
background-color: #33FADB;
}
.BgClassName
{
background-color: #33FADB;
}
</style>
border-color css
<style>
span { border-color: #33FADB; }
span { border-color: rgb(51,250,219); }
td.TdClassName
{
border-color: #33FADB;
}
.TagClassName
{
border-color: #33FADB;
}
</style>