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