Shades of Medium Turquoise #33CBCC
Tints of Medium Turquoise #33CBCC
RGB
CMYK
RGB Variations
Color information
#33CBCC (or 0x33CBCC) is known color: Medium Turquoise. HEX triplet: 33, CB and CC. RGB value is (51,203,204). Sum of RGB (Red+Green+Blue) = 51+203+204=458 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.14% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #33CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CBCC is #CC3433. Grayscale: #9D9D9D. Windows color (decimal): -13382708 or 13421363. OLE color: 13421363.
HSL color Cylindrical-coordinate representation of color #33CBCC: hue angle of 180.39º 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 #33CBCC is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 203 | 204 | - |
| CMYK | 0.75 | 0.00 | 0 | 0.2 |
| HSL | 180.39º | 0.6% | 0.5% | - |
| HSV(B) | 180.39º | 0.75% | 0.8% | - |
| XYZ | 33.62 | 47.78 | 64.58 | - |
| YUV | 157.67 | 154.14 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 203 | 204 | 0.75 | 0.00 | 0 | 0.2 | 180.39 | 0.6 | 0.5 |
| Hex | 33 | CB | CC | 4B | 0 | 0 | 14 | B4 | 3C | 32 |
| Octal | 63 | 313 | 314 | 113 | 0 | 0 | 24 | 264 | 74 | 62 |
| Binary | 110011 | 11001011 | 11001100 | 1001011 | 0 | 0 | 10100 | 10110100 | 111100 | 110010 |
Color Harmonies of #33CBCC
Complementary color
Monochromatic Colors of #33CBCC
Black with #33CBCC
Text Example
Text Example
White with #33CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CBCC; }
p { color: rgb(51,203,204); }
H1.HeaderClassName
{
color: #33CBCC;
}
.AnyTagClassName
{
color: #33CBCC;
}
</style>
background-color css
<style>
a { background-color: #33CBCC; }
a { background-color: rgb(51,203,204); }
div.DivClassName
{
background-color: #33CBCC;
}
.BgClassName
{
background-color: #33CBCC;
}
</style>
border-color css
<style>
span { border-color: #33CBCC; }
span { border-color: rgb(51,203,204); }
td.TdClassName
{
border-color: #33CBCC;
}
.TagClassName
{
border-color: #33CBCC;
}
</style>