Shades of Medium Turquoise #33C0BE
Tints of Medium Turquoise #33C0BE
RGB
CMYK
RGB Variations
Color information
#33C0BE (or 0x33C0BE) is known color: Medium Turquoise. HEX triplet: 33, C0 and BE. RGB value is (51,192,190). Sum of RGB (Red+Green+Blue) = 51+192+190=433 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.78% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #33C0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C0BE is #CC3F41. Grayscale: #959595. Windows color (decimal): -13385538 or 12501043. OLE color: 12501043.
HSL color Cylindrical-coordinate representation of color #33C0BE: hue angle of 179.15º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C0BE is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 190 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.25 |
| HSL | 179.15º | 0.58% | 0.48% | - |
| HSV(B) | 179.15º | 0.73% | 0.75% | - |
| XYZ | 29.51 | 42.12 | 55.29 | - |
| YUV | 149.61 | 150.79 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 190 | 0.73 | 0 | 0.01 | 0.25 | 179.15 | 0.58 | 0.48 |
| Hex | 33 | C0 | BE | 49 | 0 | 1 | 19 | B3 | 3A | 30 |
| Octal | 63 | 300 | 276 | 111 | 0 | 1 | 31 | 263 | 72 | 60 |
| Binary | 110011 | 11000000 | 10111110 | 1001001 | 0 | 1 | 11001 | 10110011 | 111010 | 110000 |
Color Harmonies of #33C0BE
Complementary color
Monochromatic Colors of #33C0BE
Black with #33C0BE
Text Example
Text Example
White with #33C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C0BE; }
p { color: rgb(51,192,190); }
H1.HeaderClassName
{
color: #33C0BE;
}
.AnyTagClassName
{
color: #33C0BE;
}
</style>
background-color css
<style>
a { background-color: #33C0BE; }
a { background-color: rgb(51,192,190); }
div.DivClassName
{
background-color: #33C0BE;
}
.BgClassName
{
background-color: #33C0BE;
}
</style>
border-color css
<style>
span { border-color: #33C0BE; }
span { border-color: rgb(51,192,190); }
td.TdClassName
{
border-color: #33C0BE;
}
.TagClassName
{
border-color: #33C0BE;
}
</style>