Shades of Medium Turquoise #33CCC7
Tints of Medium Turquoise #33CCC7
RGB
CMYK
RGB Variations
Color information
#33CCC7 (or 0x33CCC7) is known color: Medium Turquoise. HEX triplet: 33, CC and C7. RGB value is (51,204,199). Sum of RGB (Red+Green+Blue) = 51+204+199=454 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.23% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCC7 is #CC3338. Grayscale: #9D9D9D. Windows color (decimal): -13382457 or 13093939. OLE color: 13093939.
HSL color Cylindrical-coordinate representation of color #33CCC7: hue angle of 178.04º 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 #33CCC7 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 199 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.2 |
| HSL | 178.04º | 0.6% | 0.5% | - |
| HSV(B) | 178.04º | 0.75% | 0.8% | - |
| XYZ | 33.27 | 48.01 | 61.55 | - |
| YUV | 157.68 | 151.31 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 199 | 0.75 | 0 | 0.02 | 0.2 | 178.04 | 0.6 | 0.5 |
| Hex | 33 | CC | C7 | 4B | 0 | 2 | 14 | B2 | 3C | 32 |
| Octal | 63 | 314 | 307 | 113 | 0 | 2 | 24 | 262 | 74 | 62 |
| Binary | 110011 | 11001100 | 11000111 | 1001011 | 0 | 10 | 10100 | 10110010 | 111100 | 110010 |
Color Harmonies of #33CCC7
Complementary color
Monochromatic Colors of #33CCC7
Black with #33CCC7
Text Example
Text Example
White with #33CCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCC7; }
p { color: rgb(51,204,199); }
H1.HeaderClassName
{
color: #33CCC7;
}
.AnyTagClassName
{
color: #33CCC7;
}
</style>
background-color css
<style>
a { background-color: #33CCC7; }
a { background-color: rgb(51,204,199); }
div.DivClassName
{
background-color: #33CCC7;
}
.BgClassName
{
background-color: #33CCC7;
}
</style>
border-color css
<style>
span { border-color: #33CCC7; }
span { border-color: rgb(51,204,199); }
td.TdClassName
{
border-color: #33CCC7;
}
.TagClassName
{
border-color: #33CCC7;
}
</style>