Shades of Medium Turquoise #33CCC4
Tints of Medium Turquoise #33CCC4
RGB
CMYK
RGB Variations
Color information
#33CCC4 (or 0x33CCC4) is known color: Medium Turquoise. HEX triplet: 33, CC and C4. RGB value is (51,204,196). Sum of RGB (Red+Green+Blue) = 51+204+196=451 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.31% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCC4 is #CC333B. Grayscale: #9D9D9D. Windows color (decimal): -13382460 or 12897331. OLE color: 12897331.
HSL color Cylindrical-coordinate representation of color #33CCC4: hue angle of 176.86º 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 #33CCC4 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 196 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.2 |
| HSL | 176.86º | 0.6% | 0.5% | - |
| HSV(B) | 176.86º | 0.75% | 0.8% | - |
| XYZ | 32.92 | 47.88 | 59.73 | - |
| YUV | 157.34 | 149.81 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 196 | 0.75 | 0 | 0.04 | 0.2 | 176.86 | 0.6 | 0.5 |
| Hex | 33 | CC | C4 | 4B | 0 | 4 | 14 | B1 | 3C | 32 |
| Octal | 63 | 314 | 304 | 113 | 0 | 4 | 24 | 261 | 74 | 62 |
| Binary | 110011 | 11001100 | 11000100 | 1001011 | 0 | 100 | 10100 | 10110001 | 111100 | 110010 |
Color Harmonies of #33CCC4
Complementary color
Monochromatic Colors of #33CCC4
Black with #33CCC4
Text Example
Text Example
White with #33CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCC4; }
p { color: rgb(51,204,196); }
H1.HeaderClassName
{
color: #33CCC4;
}
.AnyTagClassName
{
color: #33CCC4;
}
</style>
background-color css
<style>
a { background-color: #33CCC4; }
a { background-color: rgb(51,204,196); }
div.DivClassName
{
background-color: #33CCC4;
}
.BgClassName
{
background-color: #33CCC4;
}
</style>
border-color css
<style>
span { border-color: #33CCC4; }
span { border-color: rgb(51,204,196); }
td.TdClassName
{
border-color: #33CCC4;
}
.TagClassName
{
border-color: #33CCC4;
}
</style>