Shades of Turquoise #33E1BD
Tints of Turquoise #33E1BD
RGB
CMYK
RGB Variations
Color information
#33E1BD (or 0x33E1BD) is known color: Turquoise. HEX triplet: 33, E1 and BD. RGB value is (51,225,189). Sum of RGB (Red+Green+Blue) = 51+225+189=465 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.97% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #33E1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E1BD is #CC1E42. Grayscale: #A8A8A8. Windows color (decimal): -13377091 or 12443955. OLE color: 12443955.
HSL color Cylindrical-coordinate representation of color #33E1BD: hue angle of 167.59º 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 #33E1BD is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 225 | 189 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.12 |
| HSL | 167.59º | 0.74% | 0.54% | - |
| HSV(B) | 167.59º | 0.77% | 0.88% | - |
| XYZ | 37.48 | 58.23 | 57.41 | - |
| YUV | 168.87 | 139.35 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 225 | 189 | 0.77 | 0 | 0.16 | 0.12 | 167.59 | 0.74 | 0.54 |
| Hex | 33 | E1 | BD | 4D | 0 | 10 | C | A8 | 4A | 36 |
| Octal | 63 | 341 | 275 | 115 | 0 | 20 | 14 | 250 | 112 | 66 |
| Binary | 110011 | 11100001 | 10111101 | 1001101 | 0 | 10000 | 1100 | 10101000 | 1001010 | 110110 |
Color Harmonies of #33E1BD
Complementary color
Monochromatic Colors of #33E1BD
Black with #33E1BD
Text Example
Text Example
White with #33E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E1BD; }
p { color: rgb(51,225,189); }
H1.HeaderClassName
{
color: #33E1BD;
}
.AnyTagClassName
{
color: #33E1BD;
}
</style>
background-color css
<style>
a { background-color: #33E1BD; }
a { background-color: rgb(51,225,189); }
div.DivClassName
{
background-color: #33E1BD;
}
.BgClassName
{
background-color: #33E1BD;
}
</style>
border-color css
<style>
span { border-color: #33E1BD; }
span { border-color: rgb(51,225,189); }
td.TdClassName
{
border-color: #33E1BD;
}
.TagClassName
{
border-color: #33E1BD;
}
</style>