Shades of Turquoise #33DBDD
Tints of Turquoise #33DBDD
RGB
CMYK
RGB Variations
Color information
#33DBDD (or 0x33DBDD) is known color: Turquoise. HEX triplet: 33, DB and DD. RGB value is (51,219,221). Sum of RGB (Red+Green+Blue) = 51+219+221=491 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.39% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #33DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DBDD is #CC2422. Grayscale: #A8A8A8. Windows color (decimal): -13378595 or 14539571. OLE color: 14539571.
HSL color Cylindrical-coordinate representation of color #33DBDD: hue angle of 180.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DBDD is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 219 | 221 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.13 |
| HSL | 180.71º | 0.71% | 0.53% | - |
| HSV(B) | 180.71º | 0.77% | 0.87% | - |
| XYZ | 39.75 | 56.59 | 77.23 | - |
| YUV | 169 | 157.34 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 221 | 0.77 | 0.01 | 0 | 0.13 | 180.71 | 0.71 | 0.53 |
| Hex | 33 | DB | DD | 4D | 1 | 0 | D | B5 | 47 | 35 |
| Octal | 63 | 333 | 335 | 115 | 1 | 0 | 15 | 265 | 107 | 65 |
| Binary | 110011 | 11011011 | 11011101 | 1001101 | 1 | 0 | 1101 | 10110101 | 1000111 | 110101 |
Color Harmonies of #33DBDD
Complementary color
Monochromatic Colors of #33DBDD
Black with #33DBDD
Text Example
Text Example
White with #33DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBDD; }
p { color: rgb(51,219,221); }
H1.HeaderClassName
{
color: #33DBDD;
}
.AnyTagClassName
{
color: #33DBDD;
}
</style>
background-color css
<style>
a { background-color: #33DBDD; }
a { background-color: rgb(51,219,221); }
div.DivClassName
{
background-color: #33DBDD;
}
.BgClassName
{
background-color: #33DBDD;
}
</style>
border-color css
<style>
span { border-color: #33DBDD; }
span { border-color: rgb(51,219,221); }
td.TdClassName
{
border-color: #33DBDD;
}
.TagClassName
{
border-color: #33DBDD;
}
</style>