Shades of Turquoise #33FFDB
Tints of Turquoise #33FFDB
RGB
CMYK
RGB Variations
Color information
#33FFDB (or 0x33FFDB) is known color: Turquoise. HEX triplet: 33, FF and DB. RGB value is (51,255,219). Sum of RGB (Red+Green+Blue) = 51+255+219=525 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.71% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFDB is #CC0024. Grayscale: #BDBDBD. Windows color (decimal): -13369381 or 14417715. OLE color: 14417715.
HSL color Cylindrical-coordinate representation of color #33FFDB: hue angle of 169.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 #33FFDB is Cyan = 0.8, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 219 | - |
| CMYK | 0.8 | 0 | 0.14 | 0 |
| HSL | 169.41º | 1% | 0.6% | - |
| HSV(B) | 169.41º | 0.8% | 1% | - |
| XYZ | 49.91 | 77.34 | 79.32 | - |
| YUV | 189.9 | 144.41 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 219 | 0.8 | 0 | 0.14 | 0 | 169.41 | 1 | 0.6 |
| Hex | 33 | FF | DB | 50 | 0 | E | 0 | A9 | 64 | 3C |
| Octal | 63 | 377 | 333 | 120 | 0 | 16 | 0 | 251 | 144 | 74 |
| Binary | 110011 | 11111111 | 11011011 | 1010000 | 0 | 1110 | 0 | 10101001 | 1100100 | 111100 |
Color Harmonies of #33FFDB
Complementary color
Monochromatic Colors of #33FFDB
Black with #33FFDB
Text Example
Text Example
White with #33FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FFDB; }
p { color: rgb(51,255,219); }
H1.HeaderClassName
{
color: #33FFDB;
}
.AnyTagClassName
{
color: #33FFDB;
}
</style>
background-color css
<style>
a { background-color: #33FFDB; }
a { background-color: rgb(51,255,219); }
div.DivClassName
{
background-color: #33FFDB;
}
.BgClassName
{
background-color: #33FFDB;
}
</style>
border-color css
<style>
span { border-color: #33FFDB; }
span { border-color: rgb(51,255,219); }
td.TdClassName
{
border-color: #33FFDB;
}
.TagClassName
{
border-color: #33FFDB;
}
</style>