Shades of Turquoise #33EABB
Tints of Turquoise #33EABB
RGB
CMYK
RGB Variations
Color information
#33EABB (or 0x33EABB) is known color: Turquoise. HEX triplet: 33, EA and BB. RGB value is (51,234,187). Sum of RGB (Red+Green+Blue) = 51+234+187=472 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.81% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #33EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EABB is #CC1544. Grayscale: #ADADAD. Windows color (decimal): -13374789 or 12315187. OLE color: 12315187.
HSL color Cylindrical-coordinate representation of color #33EABB: hue angle of 164.59º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EABB is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 234 | 187 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.08 |
| HSL | 164.59º | 0.81% | 0.56% | - |
| HSV(B) | 164.59º | 0.78% | 0.92% | - |
| XYZ | 39.76 | 63.14 | 57.1 | - |
| YUV | 173.93 | 135.37 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 234 | 187 | 0.78 | 0 | 0.20 | 0.08 | 164.59 | 0.81 | 0.56 |
| Hex | 33 | EA | BB | 4E | 0 | 14 | 8 | A5 | 51 | 38 |
| Octal | 63 | 352 | 273 | 116 | 0 | 24 | 10 | 245 | 121 | 70 |
| Binary | 110011 | 11101010 | 10111011 | 1001110 | 0 | 10100 | 1000 | 10100101 | 1010001 | 111000 |
Color Harmonies of #33EABB
Complementary color
Monochromatic Colors of #33EABB
Black with #33EABB
Text Example
Text Example
White with #33EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EABB; }
p { color: rgb(51,234,187); }
H1.HeaderClassName
{
color: #33EABB;
}
.AnyTagClassName
{
color: #33EABB;
}
</style>
background-color css
<style>
a { background-color: #33EABB; }
a { background-color: rgb(51,234,187); }
div.DivClassName
{
background-color: #33EABB;
}
.BgClassName
{
background-color: #33EABB;
}
</style>
border-color css
<style>
span { border-color: #33EABB; }
span { border-color: rgb(51,234,187); }
td.TdClassName
{
border-color: #33EABB;
}
.TagClassName
{
border-color: #33EABB;
}
</style>