Shades of Medium Turquoise #33CCC6
Tints of Medium Turquoise #33CCC6
RGB
CMYK
RGB Variations
Color information
#33CCC6 (or 0x33CCC6) is known color: Medium Turquoise. HEX triplet: 33, CC and C6. RGB value is (51,204,198). Sum of RGB (Red+Green+Blue) = 51+204+198=453 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.26% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCC6 is #CC3339. Grayscale: #9D9D9D. Windows color (decimal): -13382458 or 13028403. OLE color: 13028403.
HSL color Cylindrical-coordinate representation of color #33CCC6: hue angle of 177.65º 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 #33CCC6 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 198 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.2 |
| HSL | 177.65º | 0.6% | 0.5% | - |
| HSV(B) | 177.65º | 0.75% | 0.8% | - |
| XYZ | 33.15 | 47.97 | 60.94 | - |
| YUV | 157.57 | 150.81 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 198 | 0.75 | 0 | 0.03 | 0.2 | 177.65 | 0.6 | 0.5 |
| Hex | 33 | CC | C6 | 4B | 0 | 3 | 14 | B2 | 3C | 32 |
| Octal | 63 | 314 | 306 | 113 | 0 | 3 | 24 | 262 | 74 | 62 |
| Binary | 110011 | 11001100 | 11000110 | 1001011 | 0 | 11 | 10100 | 10110010 | 111100 | 110010 |
Color Harmonies of #33CCC6
Complementary color
Monochromatic Colors of #33CCC6
Black with #33CCC6
Text Example
Text Example
White with #33CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCC6; }
p { color: rgb(51,204,198); }
H1.HeaderClassName
{
color: #33CCC6;
}
.AnyTagClassName
{
color: #33CCC6;
}
</style>
background-color css
<style>
a { background-color: #33CCC6; }
a { background-color: rgb(51,204,198); }
div.DivClassName
{
background-color: #33CCC6;
}
.BgClassName
{
background-color: #33CCC6;
}
</style>
border-color css
<style>
span { border-color: #33CCC6; }
span { border-color: rgb(51,204,198); }
td.TdClassName
{
border-color: #33CCC6;
}
.TagClassName
{
border-color: #33CCC6;
}
</style>