Shades of Medium Turquoise #33CCBC
Tints of Medium Turquoise #33CCBC
RGB
CMYK
RGB Variations
Color information
#33CCBC (or 0x33CCBC) is known color: Medium Turquoise. HEX triplet: 33, CC and BC. RGB value is (51,204,188). Sum of RGB (Red+Green+Blue) = 51+204+188=443 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.51% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCBC is #CC3343. Grayscale: #9C9C9C. Windows color (decimal): -13382468 or 12373043. OLE color: 12373043.
HSL color Cylindrical-coordinate representation of color #33CCBC: hue angle of 173.73º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CCBC is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 188 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.2 |
| HSL | 173.73º | 0.6% | 0.5% | - |
| HSV(B) | 173.73º | 0.75% | 0.8% | - |
| XYZ | 32.04 | 47.52 | 55.06 | - |
| YUV | 156.43 | 145.81 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 188 | 0.75 | 0 | 0.08 | 0.2 | 173.73 | 0.6 | 0.5 |
| Hex | 33 | CC | BC | 4B | 0 | 8 | 14 | AE | 3C | 32 |
| Octal | 63 | 314 | 274 | 113 | 0 | 10 | 24 | 256 | 74 | 62 |
| Binary | 110011 | 11001100 | 10111100 | 1001011 | 0 | 1000 | 10100 | 10101110 | 111100 | 110010 |
Color Harmonies of #33CCBC
Complementary color
Monochromatic Colors of #33CCBC
Black with #33CCBC
Text Example
Text Example
White with #33CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCBC; }
p { color: rgb(51,204,188); }
H1.HeaderClassName
{
color: #33CCBC;
}
.AnyTagClassName
{
color: #33CCBC;
}
</style>
background-color css
<style>
a { background-color: #33CCBC; }
a { background-color: rgb(51,204,188); }
div.DivClassName
{
background-color: #33CCBC;
}
.BgClassName
{
background-color: #33CCBC;
}
</style>
border-color css
<style>
span { border-color: #33CCBC; }
span { border-color: rgb(51,204,188); }
td.TdClassName
{
border-color: #33CCBC;
}
.TagClassName
{
border-color: #33CCBC;
}
</style>