Shades of Medium Turquoise #33C5BE
Tints of Medium Turquoise #33C5BE
RGB
CMYK
RGB Variations
Color information
#33C5BE (or 0x33C5BE) is known color: Medium Turquoise. HEX triplet: 33, C5 and BE. RGB value is (51,197,190). Sum of RGB (Red+Green+Blue) = 51+197+190=438 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.64% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #33C5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C5BE is #CC3A41. Grayscale: #989898. Windows color (decimal): -13384258 or 12502323. OLE color: 12502323.
HSL color Cylindrical-coordinate representation of color #33C5BE: hue angle of 177.12º 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 #33C5BE is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 197 | 190 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.23 |
| HSL | 177.12º | 0.59% | 0.49% | - |
| HSV(B) | 177.12º | 0.74% | 0.77% | - |
| XYZ | 30.63 | 44.35 | 55.66 | - |
| YUV | 152.55 | 149.13 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 197 | 190 | 0.74 | 0 | 0.04 | 0.23 | 177.12 | 0.59 | 0.49 |
| Hex | 33 | C5 | BE | 4A | 0 | 4 | 17 | B1 | 3B | 31 |
| Octal | 63 | 305 | 276 | 112 | 0 | 4 | 27 | 261 | 73 | 61 |
| Binary | 110011 | 11000101 | 10111110 | 1001010 | 0 | 100 | 10111 | 10110001 | 111011 | 110001 |
Color Harmonies of #33C5BE
Complementary color
Monochromatic Colors of #33C5BE
Black with #33C5BE
Text Example
Text Example
White with #33C5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C5BE; }
p { color: rgb(51,197,190); }
H1.HeaderClassName
{
color: #33C5BE;
}
.AnyTagClassName
{
color: #33C5BE;
}
</style>
background-color css
<style>
a { background-color: #33C5BE; }
a { background-color: rgb(51,197,190); }
div.DivClassName
{
background-color: #33C5BE;
}
.BgClassName
{
background-color: #33C5BE;
}
</style>
border-color css
<style>
span { border-color: #33C5BE; }
span { border-color: rgb(51,197,190); }
td.TdClassName
{
border-color: #33C5BE;
}
.TagClassName
{
border-color: #33C5BE;
}
</style>