Shades of Turquoise #33DBDE
Tints of Turquoise #33DBDE
RGB
CMYK
RGB Variations
Color information
#33DBDE (or 0x33DBDE) is known color: Turquoise. HEX triplet: 33, DB and DE. RGB value is (51,219,222). Sum of RGB (Red+Green+Blue) = 51+219+222=492 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.37% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #33DBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DBDE is #CC2421. Grayscale: #A8A8A8. Windows color (decimal): -13378594 or 14605107. OLE color: 14605107.
HSL color Cylindrical-coordinate representation of color #33DBDE: hue angle of 181.05º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DBDE is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 219 | 222 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.13 |
| HSL | 181.05º | 0.72% | 0.54% | - |
| HSV(B) | 181.05º | 0.77% | 0.87% | - |
| XYZ | 39.88 | 56.64 | 77.94 | - |
| YUV | 169.11 | 157.84 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 222 | 0.77 | 0.01 | 0 | 0.13 | 181.05 | 0.72 | 0.54 |
| Hex | 33 | DB | DE | 4D | 1 | 0 | D | B5 | 48 | 36 |
| Octal | 63 | 333 | 336 | 115 | 1 | 0 | 15 | 265 | 110 | 66 |
| Binary | 110011 | 11011011 | 11011110 | 1001101 | 1 | 0 | 1101 | 10110101 | 1001000 | 110110 |
Color Harmonies of #33DBDE
Complementary color
Monochromatic Colors of #33DBDE
Black with #33DBDE
Text Example
Text Example
White with #33DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBDE; }
p { color: rgb(51,219,222); }
H1.HeaderClassName
{
color: #33DBDE;
}
.AnyTagClassName
{
color: #33DBDE;
}
</style>
background-color css
<style>
a { background-color: #33DBDE; }
a { background-color: rgb(51,219,222); }
div.DivClassName
{
background-color: #33DBDE;
}
.BgClassName
{
background-color: #33DBDE;
}
</style>
border-color css
<style>
span { border-color: #33DBDE; }
span { border-color: rgb(51,219,222); }
td.TdClassName
{
border-color: #33DBDE;
}
.TagClassName
{
border-color: #33DBDE;
}
</style>