Shades of Turquoise #33DDDD
Tints of Turquoise #33DDDD
RGB
CMYK
RGB Variations
Color information
#33DDDD (or 0x33DDDD) is known color: Turquoise. HEX triplet: 33, DD and DD. RGB value is (51,221,221). Sum of RGB (Red+Green+Blue) = 51+221+221=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #33DDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDDD is #CC2222. Grayscale: #AAAAAA. Windows color (decimal): -13378083 or 14540083. OLE color: 14540083.
HSL color Cylindrical-coordinate representation of color #33DDDD: hue angle of 180º 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 #33DDDD is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 221 | - |
| CMYK | 0.77 | 0 | 0 | 0.13 |
| HSL | 180º | 0.71% | 0.53% | - |
| HSV(B) | 180º | 0.77% | 0.87% | - |
| XYZ | 40.27 | 57.64 | 77.41 | - |
| YUV | 170.17 | 156.68 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 221 | 0.77 | 0 | 0 | 0.13 | 180 | 0.71 | 0.53 |
| Hex | 33 | DD | DD | 4D | 0 | 0 | D | B4 | 47 | 35 |
| Octal | 63 | 335 | 335 | 115 | 0 | 0 | 15 | 264 | 107 | 65 |
| Binary | 110011 | 11011101 | 11011101 | 1001101 | 0 | 0 | 1101 | 10110100 | 1000111 | 110101 |
Color Harmonies of #33DDDD
Complementary color
Monochromatic Colors of #33DDDD
Black with #33DDDD
Text Example
Text Example
White with #33DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DDDD; }
p { color: rgb(51,221,221); }
H1.HeaderClassName
{
color: #33DDDD;
}
.AnyTagClassName
{
color: #33DDDD;
}
</style>
background-color css
<style>
a { background-color: #33DDDD; }
a { background-color: rgb(51,221,221); }
div.DivClassName
{
background-color: #33DDDD;
}
.BgClassName
{
background-color: #33DDDD;
}
</style>
border-color css
<style>
span { border-color: #33DDDD; }
span { border-color: rgb(51,221,221); }
td.TdClassName
{
border-color: #33DDDD;
}
.TagClassName
{
border-color: #33DDDD;
}
</style>