Shades of Medium Turquoise #33C5BA
Tints of Medium Turquoise #33C5BA
RGB
CMYK
RGB Variations
Color information
#33C5BA (or 0x33C5BA) is known color: Medium Turquoise. HEX triplet: 33, C5 and BA. RGB value is (51,197,186). Sum of RGB (Red+Green+Blue) = 51+197+186=434 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.75% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #33C5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C5BA is #CC3A45. Grayscale: #979797. Windows color (decimal): -13384262 or 12240179. OLE color: 12240179.
HSL color Cylindrical-coordinate representation of color #33C5BA: hue angle of 175.48º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C5BA is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 197 | 186 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.23 |
| HSL | 175.48º | 0.59% | 0.49% | - |
| HSV(B) | 175.48º | 0.74% | 0.77% | - |
| XYZ | 30.19 | 44.18 | 53.39 | - |
| YUV | 152.09 | 147.13 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 197 | 186 | 0.74 | 0 | 0.06 | 0.23 | 175.48 | 0.59 | 0.49 |
| Hex | 33 | C5 | BA | 4A | 0 | 6 | 17 | AF | 3B | 31 |
| Octal | 63 | 305 | 272 | 112 | 0 | 6 | 27 | 257 | 73 | 61 |
| Binary | 110011 | 11000101 | 10111010 | 1001010 | 0 | 110 | 10111 | 10101111 | 111011 | 110001 |
Color Harmonies of #33C5BA
Complementary color
Monochromatic Colors of #33C5BA
Black with #33C5BA
Text Example
Text Example
White with #33C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C5BA; }
p { color: rgb(51,197,186); }
H1.HeaderClassName
{
color: #33C5BA;
}
.AnyTagClassName
{
color: #33C5BA;
}
</style>
background-color css
<style>
a { background-color: #33C5BA; }
a { background-color: rgb(51,197,186); }
div.DivClassName
{
background-color: #33C5BA;
}
.BgClassName
{
background-color: #33C5BA;
}
</style>
border-color css
<style>
span { border-color: #33C5BA; }
span { border-color: rgb(51,197,186); }
td.TdClassName
{
border-color: #33C5BA;
}
.TagClassName
{
border-color: #33C5BA;
}
</style>