Shades of Turquoise #33E3DD
Tints of Turquoise #33E3DD
RGB
CMYK
RGB Variations
Color information
#33E3DD (or 0x33E3DD) is known color: Turquoise. HEX triplet: 33, E3 and DD. RGB value is (51,227,221). Sum of RGB (Red+Green+Blue) = 51+227+221=499 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.22% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #33E3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E3DD is #CC1C22. Grayscale: #ADADAD. Windows color (decimal): -13376547 or 14541619. OLE color: 14541619.
HSL color Cylindrical-coordinate representation of color #33E3DD: hue angle of 177.95º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E3DD is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 227 | 221 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.11 |
| HSL | 177.95º | 0.76% | 0.55% | - |
| HSV(B) | 177.95º | 0.78% | 0.89% | - |
| XYZ | 41.89 | 60.86 | 77.95 | - |
| YUV | 173.69 | 154.69 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 227 | 221 | 0.78 | 0 | 0.03 | 0.11 | 177.95 | 0.76 | 0.55 |
| Hex | 33 | E3 | DD | 4E | 0 | 3 | B | B2 | 4C | 37 |
| Octal | 63 | 343 | 335 | 116 | 0 | 3 | 13 | 262 | 114 | 67 |
| Binary | 110011 | 11100011 | 11011101 | 1001110 | 0 | 11 | 1011 | 10110010 | 1001100 | 110111 |
Color Harmonies of #33E3DD
Complementary color
Monochromatic Colors of #33E3DD
Black with #33E3DD
Text Example
Text Example
White with #33E3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E3DD; }
p { color: rgb(51,227,221); }
H1.HeaderClassName
{
color: #33E3DD;
}
.AnyTagClassName
{
color: #33E3DD;
}
</style>
background-color css
<style>
a { background-color: #33E3DD; }
a { background-color: rgb(51,227,221); }
div.DivClassName
{
background-color: #33E3DD;
}
.BgClassName
{
background-color: #33E3DD;
}
</style>
border-color css
<style>
span { border-color: #33E3DD; }
span { border-color: rgb(51,227,221); }
td.TdClassName
{
border-color: #33E3DD;
}
.TagClassName
{
border-color: #33E3DD;
}
</style>