Shades of Turquoise #33DDDB
Tints of Turquoise #33DDDB
RGB
CMYK
RGB Variations
Color information
#33DDDB (or 0x33DDDB) is known color: Turquoise. HEX triplet: 33, DD and DB. RGB value is (51,221,219). Sum of RGB (Red+Green+Blue) = 51+221+219=491 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.39% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDDB is #CC2224. Grayscale: #A9A9A9. Windows color (decimal): -13378085 or 14409011. OLE color: 14409011.
HSL color Cylindrical-coordinate representation of color #33DDDB: hue angle of 179.29º 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 #33DDDB is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 219 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.13 |
| HSL | 179.29º | 0.71% | 0.53% | - |
| HSV(B) | 179.29º | 0.77% | 0.87% | - |
| XYZ | 40.01 | 57.53 | 76.01 | - |
| YUV | 169.94 | 155.68 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 219 | 0.77 | 0 | 0.01 | 0.13 | 179.29 | 0.71 | 0.53 |
| Hex | 33 | DD | DB | 4D | 0 | 1 | D | B3 | 47 | 35 |
| Octal | 63 | 335 | 333 | 115 | 0 | 1 | 15 | 263 | 107 | 65 |
| Binary | 110011 | 11011101 | 11011011 | 1001101 | 0 | 1 | 1101 | 10110011 | 1000111 | 110101 |
Color Harmonies of #33DDDB
Complementary color
Monochromatic Colors of #33DDDB
Black with #33DDDB
Text Example
Text Example
White with #33DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DDDB; }
p { color: rgb(51,221,219); }
H1.HeaderClassName
{
color: #33DDDB;
}
.AnyTagClassName
{
color: #33DDDB;
}
</style>
background-color css
<style>
a { background-color: #33DDDB; }
a { background-color: rgb(51,221,219); }
div.DivClassName
{
background-color: #33DDDB;
}
.BgClassName
{
background-color: #33DDDB;
}
</style>
border-color css
<style>
span { border-color: #33DDDB; }
span { border-color: rgb(51,221,219); }
td.TdClassName
{
border-color: #33DDDB;
}
.TagClassName
{
border-color: #33DDDB;
}
</style>