Shades of Medium Turquoise #33CCBB
Tints of Medium Turquoise #33CCBB
RGB
CMYK
RGB Variations
Color information
#33CCBB (or 0x33CCBB) is known color: Medium Turquoise. HEX triplet: 33, CC and BB. RGB value is (51,204,187). Sum of RGB (Red+Green+Blue) = 51+204+187=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCBB is #CC3344. Grayscale: #9C9C9C. Windows color (decimal): -13382469 or 12307507. OLE color: 12307507.
HSL color Cylindrical-coordinate representation of color #33CCBB: hue angle of 173.33º 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 #33CCBB is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 187 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.2 |
| HSL | 173.33º | 0.6% | 0.5% | - |
| HSV(B) | 173.33º | 0.75% | 0.8% | - |
| XYZ | 31.93 | 47.48 | 54.5 | - |
| YUV | 156.32 | 145.31 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 187 | 0.75 | 0 | 0.08 | 0.2 | 173.33 | 0.6 | 0.5 |
| Hex | 33 | CC | BB | 4B | 0 | 8 | 14 | AD | 3C | 32 |
| Octal | 63 | 314 | 273 | 113 | 0 | 10 | 24 | 255 | 74 | 62 |
| Binary | 110011 | 11001100 | 10111011 | 1001011 | 0 | 1000 | 10100 | 10101101 | 111100 | 110010 |
Color Harmonies of #33CCBB
Complementary color
Monochromatic Colors of #33CCBB
Black with #33CCBB
Text Example
Text Example
White with #33CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCBB; }
p { color: rgb(51,204,187); }
H1.HeaderClassName
{
color: #33CCBB;
}
.AnyTagClassName
{
color: #33CCBB;
}
</style>
background-color css
<style>
a { background-color: #33CCBB; }
a { background-color: rgb(51,204,187); }
div.DivClassName
{
background-color: #33CCBB;
}
.BgClassName
{
background-color: #33CCBB;
}
</style>
border-color css
<style>
span { border-color: #33CCBB; }
span { border-color: rgb(51,204,187); }
td.TdClassName
{
border-color: #33CCBB;
}
.TagClassName
{
border-color: #33CCBB;
}
</style>