Shades of Medium Turquoise #33C6BC
Tints of Medium Turquoise #33C6BC
RGB
CMYK
RGB Variations
Color information
#33C6BC (or 0x33C6BC) is known color: Medium Turquoise. HEX triplet: 33, C6 and BC. RGB value is (51,198,188). Sum of RGB (Red+Green+Blue) = 51+198+188=437 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.67% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 198 - color contains mainly: green. Hex color #33C6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C6BC is #CC3943. Grayscale: #989898. Windows color (decimal): -13384004 or 12371507. OLE color: 12371507.
HSL color Cylindrical-coordinate representation of color #33C6BC: hue angle of 175.92º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C6BC is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 198 | 188 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.22 |
| HSL | 175.92º | 0.59% | 0.49% | - |
| HSV(B) | 175.92º | 0.74% | 0.78% | - |
| XYZ | 30.64 | 44.72 | 54.59 | - |
| YUV | 152.91 | 147.8 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 198 | 188 | 0.74 | 0 | 0.05 | 0.22 | 175.92 | 0.59 | 0.49 |
| Hex | 33 | C6 | BC | 4A | 0 | 5 | 16 | B0 | 3B | 31 |
| Octal | 63 | 306 | 274 | 112 | 0 | 5 | 26 | 260 | 73 | 61 |
| Binary | 110011 | 11000110 | 10111100 | 1001010 | 0 | 101 | 10110 | 10110000 | 111011 | 110001 |
Color Harmonies of #33C6BC
Complementary color
Monochromatic Colors of #33C6BC
Black with #33C6BC
Text Example
Text Example
White with #33C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C6BC; }
p { color: rgb(51,198,188); }
H1.HeaderClassName
{
color: #33C6BC;
}
.AnyTagClassName
{
color: #33C6BC;
}
</style>
background-color css
<style>
a { background-color: #33C6BC; }
a { background-color: rgb(51,198,188); }
div.DivClassName
{
background-color: #33C6BC;
}
.BgClassName
{
background-color: #33C6BC;
}
</style>
border-color css
<style>
span { border-color: #33C6BC; }
span { border-color: rgb(51,198,188); }
td.TdClassName
{
border-color: #33C6BC;
}
.TagClassName
{
border-color: #33C6BC;
}
</style>