Shades of Turquoise #33DBDB
Tints of Turquoise #33DBDB
RGB
CMYK
RGB Variations
Color information
#33DBDB (or 0x33DBDB) is known color: Turquoise. HEX triplet: 33, DB and DB. RGB value is (51,219,219). Sum of RGB (Red+Green+Blue) = 51+219+219=489 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.43% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #33DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DBDB is #CC2424. Grayscale: #A8A8A8. Windows color (decimal): -13378597 or 14408499. OLE color: 14408499.
HSL color Cylindrical-coordinate representation of color #33DBDB: hue angle of 180º 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 #33DBDB is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 219 | - |
| CMYK | 0.77 | 0 | 0 | 0.14 |
| HSL | 180º | 0.7% | 0.53% | - |
| HSV(B) | 180º | 0.77% | 0.86% | - |
| XYZ | 39.48 | 56.48 | 75.84 | - |
| YUV | 168.77 | 156.34 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 219 | 0.77 | 0 | 0 | 0.14 | 180 | 0.7 | 0.53 |
| Hex | 33 | DB | DB | 4D | 0 | 0 | E | B4 | 46 | 35 |
| Octal | 63 | 333 | 333 | 115 | 0 | 0 | 16 | 264 | 106 | 65 |
| Binary | 110011 | 11011011 | 11011011 | 1001101 | 0 | 0 | 1110 | 10110100 | 1000110 | 110101 |
Color Harmonies of #33DBDB
Complementary color
Monochromatic Colors of #33DBDB
Black with #33DBDB
Text Example
Text Example
White with #33DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBDB; }
p { color: rgb(51,219,219); }
H1.HeaderClassName
{
color: #33DBDB;
}
.AnyTagClassName
{
color: #33DBDB;
}
</style>
background-color css
<style>
a { background-color: #33DBDB; }
a { background-color: rgb(51,219,219); }
div.DivClassName
{
background-color: #33DBDB;
}
.BgClassName
{
background-color: #33DBDB;
}
</style>
border-color css
<style>
span { border-color: #33DBDB; }
span { border-color: rgb(51,219,219); }
td.TdClassName
{
border-color: #33DBDB;
}
.TagClassName
{
border-color: #33DBDB;
}
</style>