Shades of Turquoise #33DBCE
Tints of Turquoise #33DBCE
RGB
CMYK
RGB Variations
Color information
#33DBCE (or 0x33DBCE) is known color: Turquoise. HEX triplet: 33, DB and CE. RGB value is (51,219,206). Sum of RGB (Red+Green+Blue) = 51+219+206=476 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.71% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #33DBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DBCE is #CC2431. Grayscale: #A7A7A7. Windows color (decimal): -13378610 or 13556531. OLE color: 13556531.
HSL color Cylindrical-coordinate representation of color #33DBCE: hue angle of 175.36º 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 #33DBCE is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 206 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.14 |
| HSL | 175.36º | 0.7% | 0.53% | - |
| HSV(B) | 175.36º | 0.77% | 0.86% | - |
| XYZ | 37.84 | 55.82 | 67.17 | - |
| YUV | 167.29 | 149.84 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 206 | 0.77 | 0 | 0.06 | 0.14 | 175.36 | 0.7 | 0.53 |
| Hex | 33 | DB | CE | 4D | 0 | 6 | E | AF | 46 | 35 |
| Octal | 63 | 333 | 316 | 115 | 0 | 6 | 16 | 257 | 106 | 65 |
| Binary | 110011 | 11011011 | 11001110 | 1001101 | 0 | 110 | 1110 | 10101111 | 1000110 | 110101 |
Color Harmonies of #33DBCE
Complementary color
Monochromatic Colors of #33DBCE
Black with #33DBCE
Text Example
Text Example
White with #33DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBCE; }
p { color: rgb(51,219,206); }
H1.HeaderClassName
{
color: #33DBCE;
}
.AnyTagClassName
{
color: #33DBCE;
}
</style>
background-color css
<style>
a { background-color: #33DBCE; }
a { background-color: rgb(51,219,206); }
div.DivClassName
{
background-color: #33DBCE;
}
.BgClassName
{
background-color: #33DBCE;
}
</style>
border-color css
<style>
span { border-color: #33DBCE; }
span { border-color: rgb(51,219,206); }
td.TdClassName
{
border-color: #33DBCE;
}
.TagClassName
{
border-color: #33DBCE;
}
</style>