Shades of Turquoise #33DBBC
Tints of Turquoise #33DBBC
RGB
CMYK
RGB Variations
Color information
#33DBBC (or 0x33DBBC) is known color: Turquoise. HEX triplet: 33, DB and BC. RGB value is (51,219,188). Sum of RGB (Red+Green+Blue) = 51+219+188=458 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.14% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #33DBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DBBC is #CC2443. Grayscale: #A5A5A5. Windows color (decimal): -13378628 or 12376883. OLE color: 12376883.
HSL color Cylindrical-coordinate representation of color #33DBBC: hue angle of 168.93º 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 #33DBBC is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 188 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.14 |
| HSL | 168.93º | 0.7% | 0.53% | - |
| HSV(B) | 168.93º | 0.77% | 0.86% | - |
| XYZ | 35.77 | 55 | 56.31 | - |
| YUV | 165.23 | 140.84 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 188 | 0.77 | 0 | 0.14 | 0.14 | 168.93 | 0.7 | 0.53 |
| Hex | 33 | DB | BC | 4D | 0 | E | E | A9 | 46 | 35 |
| Octal | 63 | 333 | 274 | 115 | 0 | 16 | 16 | 251 | 106 | 65 |
| Binary | 110011 | 11011011 | 10111100 | 1001101 | 0 | 1110 | 1110 | 10101001 | 1000110 | 110101 |
Color Harmonies of #33DBBC
Complementary color
Monochromatic Colors of #33DBBC
Black with #33DBBC
Text Example
Text Example
White with #33DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBBC; }
p { color: rgb(51,219,188); }
H1.HeaderClassName
{
color: #33DBBC;
}
.AnyTagClassName
{
color: #33DBBC;
}
</style>
background-color css
<style>
a { background-color: #33DBBC; }
a { background-color: rgb(51,219,188); }
div.DivClassName
{
background-color: #33DBBC;
}
.BgClassName
{
background-color: #33DBBC;
}
</style>
border-color css
<style>
span { border-color: #33DBBC; }
span { border-color: rgb(51,219,188); }
td.TdClassName
{
border-color: #33DBBC;
}
.TagClassName
{
border-color: #33DBBC;
}
</style>