Shades of Medium Turquoise #33C8BE
Tints of Medium Turquoise #33C8BE
RGB
CMYK
RGB Variations
Color information
#33C8BE (or 0x33C8BE) is known color: Medium Turquoise. HEX triplet: 33, C8 and BE. RGB value is (51,200,190). Sum of RGB (Red+Green+Blue) = 51+200+190=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #33C8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C8BE is #CC3741. Grayscale: #9A9A9A. Windows color (decimal): -13383490 or 12503091. OLE color: 12503091.
HSL color Cylindrical-coordinate representation of color #33C8BE: hue angle of 175.97º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C8BE is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 200 | 190 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.22 |
| HSL | 175.97º | 0.59% | 0.49% | - |
| HSV(B) | 175.97º | 0.75% | 0.78% | - |
| XYZ | 31.31 | 45.73 | 55.89 | - |
| YUV | 154.31 | 148.14 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 200 | 190 | 0.74 | 0 | 0.05 | 0.22 | 175.97 | 0.59 | 0.49 |
| Hex | 33 | C8 | BE | 4A | 0 | 5 | 16 | B0 | 3B | 31 |
| Octal | 63 | 310 | 276 | 112 | 0 | 5 | 26 | 260 | 73 | 61 |
| Binary | 110011 | 11001000 | 10111110 | 1001010 | 0 | 101 | 10110 | 10110000 | 111011 | 110001 |
Color Harmonies of #33C8BE
Complementary color
Monochromatic Colors of #33C8BE
Black with #33C8BE
Text Example
Text Example
White with #33C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C8BE; }
p { color: rgb(51,200,190); }
H1.HeaderClassName
{
color: #33C8BE;
}
.AnyTagClassName
{
color: #33C8BE;
}
</style>
background-color css
<style>
a { background-color: #33C8BE; }
a { background-color: rgb(51,200,190); }
div.DivClassName
{
background-color: #33C8BE;
}
.BgClassName
{
background-color: #33C8BE;
}
</style>
border-color css
<style>
span { border-color: #33C8BE; }
span { border-color: rgb(51,200,190); }
td.TdClassName
{
border-color: #33C8BE;
}
.TagClassName
{
border-color: #33C8BE;
}
</style>