Shades of Turquoise #33DBE5
Tints of Turquoise #33DBE5
RGB
CMYK
RGB Variations
Color information
#33DBE5 (or 0x33DBE5) is known color: Turquoise. HEX triplet: 33, DB and E5. RGB value is (51,219,229). Sum of RGB (Red+Green+Blue) = 51+219+229=499 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.22% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #33DBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DBE5 is #CC241A. Grayscale: #A9A9A9. Windows color (decimal): -13378587 or 15063859. OLE color: 15063859.
HSL color Cylindrical-coordinate representation of color #33DBE5: hue angle of 183.37º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DBE5 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 219 | 229 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.10 |
| HSL | 183.37º | 0.77% | 0.55% | - |
| HSV(B) | 183.37º | 0.78% | 0.9% | - |
| XYZ | 40.84 | 57.02 | 82.98 | - |
| YUV | 169.91 | 161.34 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 229 | 0.78 | 0.04 | 0 | 0.10 | 183.37 | 0.77 | 0.55 |
| Hex | 33 | DB | E5 | 4E | 4 | 0 | A | B7 | 4D | 37 |
| Octal | 63 | 333 | 345 | 116 | 4 | 0 | 12 | 267 | 115 | 67 |
| Binary | 110011 | 11011011 | 11100101 | 1001110 | 100 | 0 | 1010 | 10110111 | 1001101 | 110111 |
Color Harmonies of #33DBE5
Complementary color
Monochromatic Colors of #33DBE5
Black with #33DBE5
Text Example
Text Example
White with #33DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBE5; }
p { color: rgb(51,219,229); }
H1.HeaderClassName
{
color: #33DBE5;
}
.AnyTagClassName
{
color: #33DBE5;
}
</style>
background-color css
<style>
a { background-color: #33DBE5; }
a { background-color: rgb(51,219,229); }
div.DivClassName
{
background-color: #33DBE5;
}
.BgClassName
{
background-color: #33DBE5;
}
</style>
border-color css
<style>
span { border-color: #33DBE5; }
span { border-color: rgb(51,219,229); }
td.TdClassName
{
border-color: #33DBE5;
}
.TagClassName
{
border-color: #33DBE5;
}
</style>