Shades of Medium Turquoise #33C9BB
Tints of Medium Turquoise #33C9BB
RGB
CMYK
RGB Variations
Color information
#33C9BB (or 0x33C9BB) is known color: Medium Turquoise. HEX triplet: 33, C9 and BB. RGB value is (51,201,187). Sum of RGB (Red+Green+Blue) = 51+201+187=439 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.62% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #33C9BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C9BB is #CC3644. Grayscale: #9A9A9A. Windows color (decimal): -13383237 or 12306739. OLE color: 12306739.
HSL color Cylindrical-coordinate representation of color #33C9BB: hue angle of 174.4º 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 #33C9BB is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 201 | 187 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.21 |
| HSL | 174.4º | 0.6% | 0.49% | - |
| HSV(B) | 174.4º | 0.75% | 0.79% | - |
| XYZ | 31.22 | 46.06 | 54.26 | - |
| YUV | 154.55 | 146.31 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 201 | 187 | 0.75 | 0 | 0.07 | 0.21 | 174.4 | 0.6 | 0.49 |
| Hex | 33 | C9 | BB | 4B | 0 | 7 | 15 | AE | 3C | 31 |
| Octal | 63 | 311 | 273 | 113 | 0 | 7 | 25 | 256 | 74 | 61 |
| Binary | 110011 | 11001001 | 10111011 | 1001011 | 0 | 111 | 10101 | 10101110 | 111100 | 110001 |
Color Harmonies of #33C9BB
Complementary color
Monochromatic Colors of #33C9BB
Black with #33C9BB
Text Example
Text Example
White with #33C9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C9BB; }
p { color: rgb(51,201,187); }
H1.HeaderClassName
{
color: #33C9BB;
}
.AnyTagClassName
{
color: #33C9BB;
}
</style>
background-color css
<style>
a { background-color: #33C9BB; }
a { background-color: rgb(51,201,187); }
div.DivClassName
{
background-color: #33C9BB;
}
.BgClassName
{
background-color: #33C9BB;
}
</style>
border-color css
<style>
span { border-color: #33C9BB; }
span { border-color: rgb(51,201,187); }
td.TdClassName
{
border-color: #33C9BB;
}
.TagClassName
{
border-color: #33C9BB;
}
</style>