Shades of Turquoise #33DDC0
Tints of Turquoise #33DDC0
RGB
CMYK
RGB Variations
Color information
#33DDC0 (or 0x33DDC0) is known color: Turquoise. HEX triplet: 33, DD and C0. RGB value is (51,221,192). Sum of RGB (Red+Green+Blue) = 51+221+192=464 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.99% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDC0 is #CC223F. Grayscale: #A6A6A6. Windows color (decimal): -13378112 or 12639539. OLE color: 12639539.
HSL color Cylindrical-coordinate representation of color #33DDC0: hue angle of 169.76º 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 #33DDC0 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 192 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.13 |
| HSL | 169.76º | 0.71% | 0.53% | - |
| HSV(B) | 169.76º | 0.77% | 0.87% | - |
| XYZ | 36.74 | 56.22 | 58.79 | - |
| YUV | 166.86 | 142.18 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 192 | 0.77 | 0 | 0.13 | 0.13 | 169.76 | 0.71 | 0.53 |
| Hex | 33 | DD | C0 | 4D | 0 | D | D | AA | 47 | 35 |
| Octal | 63 | 335 | 300 | 115 | 0 | 15 | 15 | 252 | 107 | 65 |
| Binary | 110011 | 11011101 | 11000000 | 1001101 | 0 | 1101 | 1101 | 10101010 | 1000111 | 110101 |
Color Harmonies of #33DDC0
Complementary color
Monochromatic Colors of #33DDC0
Black with #33DDC0
Text Example
Text Example
White with #33DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DDC0; }
p { color: rgb(51,221,192); }
H1.HeaderClassName
{
color: #33DDC0;
}
.AnyTagClassName
{
color: #33DDC0;
}
</style>
background-color css
<style>
a { background-color: #33DDC0; }
a { background-color: rgb(51,221,192); }
div.DivClassName
{
background-color: #33DDC0;
}
.BgClassName
{
background-color: #33DDC0;
}
</style>
border-color css
<style>
span { border-color: #33DDC0; }
span { border-color: rgb(51,221,192); }
td.TdClassName
{
border-color: #33DDC0;
}
.TagClassName
{
border-color: #33DDC0;
}
</style>