Shades of Turquoise #33E1D2
Tints of Turquoise #33E1D2
RGB
CMYK
RGB Variations
Color information
#33E1D2 (or 0x33E1D2) is known color: Turquoise. HEX triplet: 33, E1 and D2. RGB value is (51,225,210). Sum of RGB (Red+Green+Blue) = 51+225+210=486 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.49% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #33E1D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E1D2 is #CC1E2D. Grayscale: #ABABAB. Windows color (decimal): -13377070 or 13820211. OLE color: 13820211.
HSL color Cylindrical-coordinate representation of color #33E1D2: hue angle of 174.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33E1D2 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 225 | 210 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.12 |
| HSL | 174.83º | 0.74% | 0.54% | - |
| HSV(B) | 174.83º | 0.77% | 0.88% | - |
| XYZ | 39.92 | 59.21 | 70.3 | - |
| YUV | 171.26 | 149.85 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 225 | 210 | 0.77 | 0 | 0.07 | 0.12 | 174.83 | 0.74 | 0.54 |
| Hex | 33 | E1 | D2 | 4D | 0 | 7 | C | AF | 4A | 36 |
| Octal | 63 | 341 | 322 | 115 | 0 | 7 | 14 | 257 | 112 | 66 |
| Binary | 110011 | 11100001 | 11010010 | 1001101 | 0 | 111 | 1100 | 10101111 | 1001010 | 110110 |
Color Harmonies of #33E1D2
Complementary color
Monochromatic Colors of #33E1D2
Black with #33E1D2
Text Example
Text Example
White with #33E1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E1D2; }
p { color: rgb(51,225,210); }
H1.HeaderClassName
{
color: #33E1D2;
}
.AnyTagClassName
{
color: #33E1D2;
}
</style>
background-color css
<style>
a { background-color: #33E1D2; }
a { background-color: rgb(51,225,210); }
div.DivClassName
{
background-color: #33E1D2;
}
.BgClassName
{
background-color: #33E1D2;
}
</style>
border-color css
<style>
span { border-color: #33E1D2; }
span { border-color: rgb(51,225,210); }
td.TdClassName
{
border-color: #33E1D2;
}
.TagClassName
{
border-color: #33E1D2;
}
</style>