Shades of Turquoise #33E5D5
Tints of Turquoise #33E5D5
RGB
CMYK
RGB Variations
Color information
#33E5D5 (or 0x33E5D5) is known color: Turquoise. HEX triplet: 33, E5 and D5. RGB value is (51,229,213). Sum of RGB (Red+Green+Blue) = 51+229+213=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #33E5D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E5D5 is #CC1A2A. Grayscale: #ADADAD. Windows color (decimal): -13376043 or 14017843. OLE color: 14017843.
HSL color Cylindrical-coordinate representation of color #33E5D5: hue angle of 174.61º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E5D5 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 229 | 213 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.10 |
| HSL | 174.61º | 0.77% | 0.55% | - |
| HSV(B) | 174.61º | 0.78% | 0.9% | - |
| XYZ | 41.39 | 61.55 | 72.65 | - |
| YUV | 173.95 | 150.03 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 229 | 213 | 0.78 | 0 | 0.07 | 0.10 | 174.61 | 0.77 | 0.55 |
| Hex | 33 | E5 | D5 | 4E | 0 | 7 | A | AF | 4D | 37 |
| Octal | 63 | 345 | 325 | 116 | 0 | 7 | 12 | 257 | 115 | 67 |
| Binary | 110011 | 11100101 | 11010101 | 1001110 | 0 | 111 | 1010 | 10101111 | 1001101 | 110111 |
Color Harmonies of #33E5D5
Complementary color
Monochromatic Colors of #33E5D5
Black with #33E5D5
Text Example
Text Example
White with #33E5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E5D5; }
p { color: rgb(51,229,213); }
H1.HeaderClassName
{
color: #33E5D5;
}
.AnyTagClassName
{
color: #33E5D5;
}
</style>
background-color css
<style>
a { background-color: #33E5D5; }
a { background-color: rgb(51,229,213); }
div.DivClassName
{
background-color: #33E5D5;
}
.BgClassName
{
background-color: #33E5D5;
}
</style>
border-color css
<style>
span { border-color: #33E5D5; }
span { border-color: rgb(51,229,213); }
td.TdClassName
{
border-color: #33E5D5;
}
.TagClassName
{
border-color: #33E5D5;
}
</style>