Shades of Turquoise #33DDD5
Tints of Turquoise #33DDD5
RGB
CMYK
RGB Variations
Color information
#33DDD5 (or 0x33DDD5) is known color: Turquoise. HEX triplet: 33, DD and D5. RGB value is (51,221,213). Sum of RGB (Red+Green+Blue) = 51+221+213=485 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.52% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDD5 is #CC222A. Grayscale: #A9A9A9. Windows color (decimal): -13378091 or 14015795. OLE color: 14015795.
HSL color Cylindrical-coordinate representation of color #33DDD5: hue angle of 177.18º 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 #33DDD5 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 213 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.13 |
| HSL | 177.18º | 0.71% | 0.53% | - |
| HSV(B) | 177.18º | 0.77% | 0.87% | - |
| XYZ | 39.23 | 57.22 | 71.93 | - |
| YUV | 169.26 | 152.68 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 213 | 0.77 | 0 | 0.04 | 0.13 | 177.18 | 0.71 | 0.53 |
| Hex | 33 | DD | D5 | 4D | 0 | 4 | D | B1 | 47 | 35 |
| Octal | 63 | 335 | 325 | 115 | 0 | 4 | 15 | 261 | 107 | 65 |
| Binary | 110011 | 11011101 | 11010101 | 1001101 | 0 | 100 | 1101 | 10110001 | 1000111 | 110101 |
Color Harmonies of #33DDD5
Complementary color
Monochromatic Colors of #33DDD5
Black with #33DDD5
Text Example
Text Example
White with #33DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DDD5; }
p { color: rgb(51,221,213); }
H1.HeaderClassName
{
color: #33DDD5;
}
.AnyTagClassName
{
color: #33DDD5;
}
</style>
background-color css
<style>
a { background-color: #33DDD5; }
a { background-color: rgb(51,221,213); }
div.DivClassName
{
background-color: #33DDD5;
}
.BgClassName
{
background-color: #33DDD5;
}
</style>
border-color css
<style>
span { border-color: #33DDD5; }
span { border-color: rgb(51,221,213); }
td.TdClassName
{
border-color: #33DDD5;
}
.TagClassName
{
border-color: #33DDD5;
}
</style>