Shades of Medium Turquoise #33CAC6
Tints of Medium Turquoise #33CAC6
RGB
CMYK
RGB Variations
Color information
#33CAC6 (or 0x33CAC6) is known color: Medium Turquoise. HEX triplet: 33, CA and C6. RGB value is (51,202,198). Sum of RGB (Red+Green+Blue) = 51+202+198=451 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.31% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #33CAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CAC6 is #CC3539. Grayscale: #9C9C9C. Windows color (decimal): -13382970 or 13027891. OLE color: 13027891.
HSL color Cylindrical-coordinate representation of color #33CAC6: hue angle of 178.41º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CAC6 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 202 | 198 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.21 |
| HSL | 178.41º | 0.6% | 0.5% | - |
| HSV(B) | 178.41º | 0.75% | 0.79% | - |
| XYZ | 32.68 | 47.02 | 60.78 | - |
| YUV | 156.4 | 151.47 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 202 | 198 | 0.75 | 0 | 0.02 | 0.21 | 178.41 | 0.6 | 0.5 |
| Hex | 33 | CA | C6 | 4B | 0 | 2 | 15 | B2 | 3C | 32 |
| Octal | 63 | 312 | 306 | 113 | 0 | 2 | 25 | 262 | 74 | 62 |
| Binary | 110011 | 11001010 | 11000110 | 1001011 | 0 | 10 | 10101 | 10110010 | 111100 | 110010 |
Color Harmonies of #33CAC6
Complementary color
Monochromatic Colors of #33CAC6
Black with #33CAC6
Text Example
Text Example
White with #33CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CAC6; }
p { color: rgb(51,202,198); }
H1.HeaderClassName
{
color: #33CAC6;
}
.AnyTagClassName
{
color: #33CAC6;
}
</style>
background-color css
<style>
a { background-color: #33CAC6; }
a { background-color: rgb(51,202,198); }
div.DivClassName
{
background-color: #33CAC6;
}
.BgClassName
{
background-color: #33CAC6;
}
</style>
border-color css
<style>
span { border-color: #33CAC6; }
span { border-color: rgb(51,202,198); }
td.TdClassName
{
border-color: #33CAC6;
}
.TagClassName
{
border-color: #33CAC6;
}
</style>