Shades of Turquoise #33E2DD
Tints of Turquoise #33E2DD
RGB
CMYK
RGB Variations
Color information
#33E2DD (or 0x33E2DD) is known color: Turquoise. HEX triplet: 33, E2 and DD. RGB value is (51,226,221). Sum of RGB (Red+Green+Blue) = 51+226+221=498 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.24% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #33E2DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E2DD is #CC1D22. Grayscale: #ACACAC. Windows color (decimal): -13376803 or 14541363. OLE color: 14541363.
HSL color Cylindrical-coordinate representation of color #33E2DD: hue angle of 178.29º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33E2DD is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 226 | 221 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.11 |
| HSL | 178.29º | 0.75% | 0.54% | - |
| HSV(B) | 178.29º | 0.77% | 0.89% | - |
| XYZ | 41.61 | 60.32 | 77.86 | - |
| YUV | 173.11 | 155.02 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 226 | 221 | 0.77 | 0 | 0.02 | 0.11 | 178.29 | 0.75 | 0.54 |
| Hex | 33 | E2 | DD | 4D | 0 | 2 | B | B2 | 4B | 36 |
| Octal | 63 | 342 | 335 | 115 | 0 | 2 | 13 | 262 | 113 | 66 |
| Binary | 110011 | 11100010 | 11011101 | 1001101 | 0 | 10 | 1011 | 10110010 | 1001011 | 110110 |
Color Harmonies of #33E2DD
Complementary color
Monochromatic Colors of #33E2DD
Black with #33E2DD
Text Example
Text Example
White with #33E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E2DD; }
p { color: rgb(51,226,221); }
H1.HeaderClassName
{
color: #33E2DD;
}
.AnyTagClassName
{
color: #33E2DD;
}
</style>
background-color css
<style>
a { background-color: #33E2DD; }
a { background-color: rgb(51,226,221); }
div.DivClassName
{
background-color: #33E2DD;
}
.BgClassName
{
background-color: #33E2DD;
}
</style>
border-color css
<style>
span { border-color: #33E2DD; }
span { border-color: rgb(51,226,221); }
td.TdClassName
{
border-color: #33E2DD;
}
.TagClassName
{
border-color: #33E2DD;
}
</style>