Shades of Turquoise #33DDBD
Tints of Turquoise #33DDBD
RGB
CMYK
RGB Variations
Color information
#33DDBD (or 0x33DDBD) is known color: Turquoise. HEX triplet: 33, DD and BD. RGB value is (51,221,189). Sum of RGB (Red+Green+Blue) = 51+221+189=461 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.06% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDBD is #CC2242. Grayscale: #A6A6A6. Windows color (decimal): -13378115 or 12442931. OLE color: 12442931.
HSL color Cylindrical-coordinate representation of color #33DDBD: hue angle of 168.71º 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 #33DDBD is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 189 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.13 |
| HSL | 168.71º | 0.71% | 0.53% | - |
| HSV(B) | 168.71º | 0.77% | 0.87% | - |
| XYZ | 36.41 | 56.09 | 57.05 | - |
| YUV | 166.52 | 140.68 | 45.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 189 | 0.77 | 0 | 0.14 | 0.13 | 168.71 | 0.71 | 0.53 |
| Hex | 33 | DD | BD | 4D | 0 | E | D | A9 | 47 | 35 |
| Octal | 63 | 335 | 275 | 115 | 0 | 16 | 15 | 251 | 107 | 65 |
| Binary | 110011 | 11011101 | 10111101 | 1001101 | 0 | 1110 | 1101 | 10101001 | 1000111 | 110101 |
Color Harmonies of #33DDBD
Complementary color
Monochromatic Colors of #33DDBD
Black with #33DDBD
Text Example
Text Example
White with #33DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DDBD; }
p { color: rgb(51,221,189); }
H1.HeaderClassName
{
color: #33DDBD;
}
.AnyTagClassName
{
color: #33DDBD;
}
</style>
background-color css
<style>
a { background-color: #33DDBD; }
a { background-color: rgb(51,221,189); }
div.DivClassName
{
background-color: #33DDBD;
}
.BgClassName
{
background-color: #33DDBD;
}
</style>
border-color css
<style>
span { border-color: #33DDBD; }
span { border-color: rgb(51,221,189); }
td.TdClassName
{
border-color: #33DDBD;
}
.TagClassName
{
border-color: #33DDBD;
}
</style>