Shades of Turquoise #33DDD6
Tints of Turquoise #33DDD6
RGB
CMYK
RGB Variations
Color information
#33DDD6 (or 0x33DDD6) is known color: Turquoise. HEX triplet: 33, DD and D6. RGB value is (51,221,214). Sum of RGB (Red+Green+Blue) = 51+221+214=486 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.49% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDD6 is #CC2229. Grayscale: #A9A9A9. Windows color (decimal): -13378090 or 14081331. OLE color: 14081331.
HSL color Cylindrical-coordinate representation of color #33DDD6: hue angle of 177.53º 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 #33DDD6 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 214 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.13 |
| HSL | 177.53º | 0.71% | 0.53% | - |
| HSV(B) | 177.53º | 0.77% | 0.87% | - |
| XYZ | 39.36 | 57.27 | 72.6 | - |
| YUV | 169.37 | 153.18 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 214 | 0.77 | 0 | 0.03 | 0.13 | 177.53 | 0.71 | 0.53 |
| Hex | 33 | DD | D6 | 4D | 0 | 3 | D | B2 | 47 | 35 |
| Octal | 63 | 335 | 326 | 115 | 0 | 3 | 15 | 262 | 107 | 65 |
| Binary | 110011 | 11011101 | 11010110 | 1001101 | 0 | 11 | 1101 | 10110010 | 1000111 | 110101 |
Color Harmonies of #33DDD6
Complementary color
Monochromatic Colors of #33DDD6
Black with #33DDD6
Text Example
Text Example
White with #33DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DDD6; }
p { color: rgb(51,221,214); }
H1.HeaderClassName
{
color: #33DDD6;
}
.AnyTagClassName
{
color: #33DDD6;
}
</style>
background-color css
<style>
a { background-color: #33DDD6; }
a { background-color: rgb(51,221,214); }
div.DivClassName
{
background-color: #33DDD6;
}
.BgClassName
{
background-color: #33DDD6;
}
</style>
border-color css
<style>
span { border-color: #33DDD6; }
span { border-color: rgb(51,221,214); }
td.TdClassName
{
border-color: #33DDD6;
}
.TagClassName
{
border-color: #33DDD6;
}
</style>