Shades of Medium Turquoise #33C9BA
Tints of Medium Turquoise #33C9BA
RGB
CMYK
RGB Variations
Color information
#33C9BA (or 0x33C9BA) is known color: Medium Turquoise. HEX triplet: 33, C9 and BA. RGB value is (51,201,186). Sum of RGB (Red+Green+Blue) = 51+201+186=438 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.64% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #33C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C9BA is #CC3645. Grayscale: #9A9A9A. Windows color (decimal): -13383238 or 12241203. OLE color: 12241203.
HSL color Cylindrical-coordinate representation of color #33C9BA: hue angle of 174º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C9BA is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 201 | 186 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.21 |
| HSL | 174º | 0.6% | 0.49% | - |
| HSV(B) | 174º | 0.75% | 0.79% | - |
| XYZ | 31.11 | 46.02 | 53.7 | - |
| YUV | 154.44 | 145.81 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 201 | 186 | 0.75 | 0 | 0.07 | 0.21 | 174 | 0.6 | 0.49 |
| Hex | 33 | C9 | BA | 4B | 0 | 7 | 15 | AE | 3C | 31 |
| Octal | 63 | 311 | 272 | 113 | 0 | 7 | 25 | 256 | 74 | 61 |
| Binary | 110011 | 11001001 | 10111010 | 1001011 | 0 | 111 | 10101 | 10101110 | 111100 | 110001 |
Color Harmonies of #33C9BA
Complementary color
Monochromatic Colors of #33C9BA
Black with #33C9BA
Text Example
Text Example
White with #33C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C9BA; }
p { color: rgb(51,201,186); }
H1.HeaderClassName
{
color: #33C9BA;
}
.AnyTagClassName
{
color: #33C9BA;
}
</style>
background-color css
<style>
a { background-color: #33C9BA; }
a { background-color: rgb(51,201,186); }
div.DivClassName
{
background-color: #33C9BA;
}
.BgClassName
{
background-color: #33C9BA;
}
</style>
border-color css
<style>
span { border-color: #33C9BA; }
span { border-color: rgb(51,201,186); }
td.TdClassName
{
border-color: #33C9BA;
}
.TagClassName
{
border-color: #33C9BA;
}
</style>