Shades of Turquoise #33DBBE
Tints of Turquoise #33DBBE
RGB
CMYK
RGB Variations
Color information
#33DBBE (or 0x33DBBE) is known color: Turquoise. HEX triplet: 33, DB and BE. RGB value is (51,219,190). Sum of RGB (Red+Green+Blue) = 51+219+190=460 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.09% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #33DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DBBE is #CC2441. Grayscale: #A5A5A5. Windows color (decimal): -13378626 or 12507955. OLE color: 12507955.
HSL color Cylindrical-coordinate representation of color #33DBBE: hue angle of 169.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 #33DBBE is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 190 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.14 |
| HSL | 169.64º | 0.7% | 0.53% | - |
| HSV(B) | 169.64º | 0.77% | 0.86% | - |
| XYZ | 35.99 | 55.08 | 57.45 | - |
| YUV | 165.46 | 141.84 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 190 | 0.77 | 0 | 0.13 | 0.14 | 169.64 | 0.7 | 0.53 |
| Hex | 33 | DB | BE | 4D | 0 | D | E | AA | 46 | 35 |
| Octal | 63 | 333 | 276 | 115 | 0 | 15 | 16 | 252 | 106 | 65 |
| Binary | 110011 | 11011011 | 10111110 | 1001101 | 0 | 1101 | 1110 | 10101010 | 1000110 | 110101 |
Color Harmonies of #33DBBE
Complementary color
Monochromatic Colors of #33DBBE
Black with #33DBBE
Text Example
Text Example
White with #33DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBBE; }
p { color: rgb(51,219,190); }
H1.HeaderClassName
{
color: #33DBBE;
}
.AnyTagClassName
{
color: #33DBBE;
}
</style>
background-color css
<style>
a { background-color: #33DBBE; }
a { background-color: rgb(51,219,190); }
div.DivClassName
{
background-color: #33DBBE;
}
.BgClassName
{
background-color: #33DBBE;
}
</style>
border-color css
<style>
span { border-color: #33DBBE; }
span { border-color: rgb(51,219,190); }
td.TdClassName
{
border-color: #33DBBE;
}
.TagClassName
{
border-color: #33DBBE;
}
</style>