Shades of Medium Turquoise #33CEBA
Tints of Medium Turquoise #33CEBA
RGB
CMYK
RGB Variations
Color information
#33CEBA (or 0x33CEBA) is known color: Medium Turquoise. HEX triplet: 33, CE and BA. RGB value is (51,206,186). Sum of RGB (Red+Green+Blue) = 51+206+186=443 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.51% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #33CEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CEBA is #CC3145. Grayscale: #9D9D9D. Windows color (decimal): -13381958 or 12242483. OLE color: 12242483.
HSL color Cylindrical-coordinate representation of color #33CEBA: hue angle of 172.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CEBA is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 186 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.19 |
| HSL | 172.26º | 0.61% | 0.5% | - |
| HSV(B) | 172.26º | 0.75% | 0.81% | - |
| XYZ | 32.3 | 48.39 | 54.09 | - |
| YUV | 157.38 | 144.15 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 186 | 0.75 | 0 | 0.10 | 0.19 | 172.26 | 0.61 | 0.5 |
| Hex | 33 | CE | BA | 4B | 0 | A | 13 | AC | 3D | 32 |
| Octal | 63 | 316 | 272 | 113 | 0 | 12 | 23 | 254 | 75 | 62 |
| Binary | 110011 | 11001110 | 10111010 | 1001011 | 0 | 1010 | 10011 | 10101100 | 111101 | 110010 |
Color Harmonies of #33CEBA
Complementary color
Monochromatic Colors of #33CEBA
Black with #33CEBA
Text Example
Text Example
White with #33CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CEBA; }
p { color: rgb(51,206,186); }
H1.HeaderClassName
{
color: #33CEBA;
}
.AnyTagClassName
{
color: #33CEBA;
}
</style>
background-color css
<style>
a { background-color: #33CEBA; }
a { background-color: rgb(51,206,186); }
div.DivClassName
{
background-color: #33CEBA;
}
.BgClassName
{
background-color: #33CEBA;
}
</style>
border-color css
<style>
span { border-color: #33CEBA; }
span { border-color: rgb(51,206,186); }
td.TdClassName
{
border-color: #33CEBA;
}
.TagClassName
{
border-color: #33CEBA;
}
</style>