Shades of Medium Turquoise #33CCCC
Tints of Medium Turquoise #33CCCC
RGB
CMYK
RGB Variations
Color information
#33CCCC (or 0x33CCCC) is known color: Medium Turquoise. HEX triplet: 33, CC and CC. RGB value is (51,204,204). Sum of RGB (Red+Green+Blue) = 51+204+204=459 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.11% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #33CCCC is a web safe color. Inversed color of #33CCCC is #CC3333. Grayscale: #9E9E9E. Windows color (decimal): -13382452 or 13421619. OLE color: 13421619.
HSL color Cylindrical-coordinate representation of color #33CCCC: hue angle of 180º 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 #33CCCC is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 204 | - |
| CMYK | 0.75 | 0 | 0 | 0.2 |
| HSL | 180º | 0.6% | 0.5% | - |
| HSV(B) | 180º | 0.75% | 0.8% | - |
| XYZ | 33.86 | 48.25 | 64.66 | - |
| YUV | 158.25 | 153.81 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 204 | 0.75 | 0 | 0 | 0.2 | 180 | 0.6 | 0.5 |
| Hex | 33 | CC | CC | 4B | 0 | 0 | 14 | B4 | 3C | 32 |
| Octal | 63 | 314 | 314 | 113 | 0 | 0 | 24 | 264 | 74 | 62 |
| Binary | 110011 | 11001100 | 11001100 | 1001011 | 0 | 0 | 10100 | 10110100 | 111100 | 110010 |
Color Harmonies of #33CCCC
Complementary color
Monochromatic Colors of #33CCCC
Black with #33CCCC
Text Example
Text Example
White with #33CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCCC; }
p { color: rgb(51,204,204); }
H1.HeaderClassName
{
color: #33CCCC;
}
.AnyTagClassName
{
color: #33CCCC;
}
</style>
background-color css
<style>
a { background-color: #33CCCC; }
a { background-color: rgb(51,204,204); }
div.DivClassName
{
background-color: #33CCCC;
}
.BgClassName
{
background-color: #33CCCC;
}
</style>
border-color css
<style>
span { border-color: #33CCCC; }
span { border-color: rgb(51,204,204); }
td.TdClassName
{
border-color: #33CCCC;
}
.TagClassName
{
border-color: #33CCCC;
}
</style>