Shades of Turquoise #33E7BA
Tints of Turquoise #33E7BA
RGB
CMYK
RGB Variations
Color information
#33E7BA (or 0x33E7BA) is known color: Turquoise. HEX triplet: 33, E7 and BA. RGB value is (51,231,186). Sum of RGB (Red+Green+Blue) = 51+231+186=468 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.90% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 231 - color contains mainly: green. Hex color #33E7BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33E7BA is #CC1845. Grayscale: #ACACAC. Windows color (decimal): -13375558 or 12248883. OLE color: 12248883.
HSL color Cylindrical-coordinate representation of color #33E7BA: hue angle of 165º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E7BA is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 231 | 186 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.09 |
| HSL | 165º | 0.79% | 0.55% | - |
| HSV(B) | 165º | 0.78% | 0.91% | - |
| XYZ | 38.8 | 61.4 | 56.26 | - |
| YUV | 172.05 | 135.87 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 231 | 186 | 0.78 | 0 | 0.19 | 0.09 | 165 | 0.79 | 0.55 |
| Hex | 33 | E7 | BA | 4E | 0 | 13 | 9 | A5 | 4F | 37 |
| Octal | 63 | 347 | 272 | 116 | 0 | 23 | 11 | 245 | 117 | 67 |
| Binary | 110011 | 11100111 | 10111010 | 1001110 | 0 | 10011 | 1001 | 10100101 | 1001111 | 110111 |
Color Harmonies of #33E7BA
Complementary color
Monochromatic Colors of #33E7BA
Black with #33E7BA
Text Example
Text Example
White with #33E7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E7BA; }
p { color: rgb(51,231,186); }
H1.HeaderClassName
{
color: #33E7BA;
}
.AnyTagClassName
{
color: #33E7BA;
}
</style>
background-color css
<style>
a { background-color: #33E7BA; }
a { background-color: rgb(51,231,186); }
div.DivClassName
{
background-color: #33E7BA;
}
.BgClassName
{
background-color: #33E7BA;
}
</style>
border-color css
<style>
span { border-color: #33E7BA; }
span { border-color: rgb(51,231,186); }
td.TdClassName
{
border-color: #33E7BA;
}
.TagClassName
{
border-color: #33E7BA;
}
</style>