Shades of Turquoise #33DBBD
Tints of Turquoise #33DBBD
RGB
CMYK
RGB Variations
Color information
#33DBBD (or 0x33DBBD) is known color: Turquoise. HEX triplet: 33, DB and BD. RGB value is (51,219,189). Sum of RGB (Red+Green+Blue) = 51+219+189=459 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.11% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #33DBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DBBD is #CC2442. Grayscale: #A5A5A5. Windows color (decimal): -13378627 or 12442419. OLE color: 12442419.
HSL color Cylindrical-coordinate representation of color #33DBBD: hue angle of 169.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DBBD is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 189 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.14 |
| HSL | 169.29º | 0.7% | 0.53% | - |
| HSV(B) | 169.29º | 0.77% | 0.86% | - |
| XYZ | 35.88 | 55.04 | 56.88 | - |
| YUV | 165.35 | 141.34 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 189 | 0.77 | 0 | 0.14 | 0.14 | 169.29 | 0.7 | 0.53 |
| Hex | 33 | DB | BD | 4D | 0 | E | E | A9 | 46 | 35 |
| Octal | 63 | 333 | 275 | 115 | 0 | 16 | 16 | 251 | 106 | 65 |
| Binary | 110011 | 11011011 | 10111101 | 1001101 | 0 | 1110 | 1110 | 10101001 | 1000110 | 110101 |
Color Harmonies of #33DBBD
Complementary color
Monochromatic Colors of #33DBBD
Black with #33DBBD
Text Example
Text Example
White with #33DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBBD; }
p { color: rgb(51,219,189); }
H1.HeaderClassName
{
color: #33DBBD;
}
.AnyTagClassName
{
color: #33DBBD;
}
</style>
background-color css
<style>
a { background-color: #33DBBD; }
a { background-color: rgb(51,219,189); }
div.DivClassName
{
background-color: #33DBBD;
}
.BgClassName
{
background-color: #33DBBD;
}
</style>
border-color css
<style>
span { border-color: #33DBBD; }
span { border-color: rgb(51,219,189); }
td.TdClassName
{
border-color: #33DBBD;
}
.TagClassName
{
border-color: #33DBBD;
}
</style>