Shades of Turquoise #33FFC0
Tints of Turquoise #33FFC0
RGB
CMYK
RGB Variations
Color information
#33FFC0 (or 0x33FFC0) is known color: Turquoise. HEX triplet: 33, FF and C0. RGB value is (51,255,192). Sum of RGB (Red+Green+Blue) = 51+255+192=498 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.24% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFC0 is #CC003F. Grayscale: #BABABA. Windows color (decimal): -13369408 or 12648243. OLE color: 12648243.
HSL color Cylindrical-coordinate representation of color #33FFC0: hue angle of 161.47º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFC0 is Cyan = 0.8, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 192 | - |
| CMYK | 0.8 | 0 | 0.25 | 0 |
| HSL | 161.47º | 1% | 0.6% | - |
| HSV(B) | 161.47º | 0.8% | 1% | - |
| XYZ | 46.64 | 76.03 | 62.09 | - |
| YUV | 186.82 | 130.91 | 31.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 192 | 0.8 | 0 | 0.25 | 0 | 161.47 | 1 | 0.6 |
| Hex | 33 | FF | C0 | 50 | 0 | 19 | 0 | A1 | 64 | 3C |
| Octal | 63 | 377 | 300 | 120 | 0 | 31 | 0 | 241 | 144 | 74 |
| Binary | 110011 | 11111111 | 11000000 | 1010000 | 0 | 11001 | 0 | 10100001 | 1100100 | 111100 |
Color Harmonies of #33FFC0
Complementary color
Monochromatic Colors of #33FFC0
Black with #33FFC0
Text Example
Text Example
White with #33FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FFC0; }
p { color: rgb(51,255,192); }
H1.HeaderClassName
{
color: #33FFC0;
}
.AnyTagClassName
{
color: #33FFC0;
}
</style>
background-color css
<style>
a { background-color: #33FFC0; }
a { background-color: rgb(51,255,192); }
div.DivClassName
{
background-color: #33FFC0;
}
.BgClassName
{
background-color: #33FFC0;
}
</style>
border-color css
<style>
span { border-color: #33FFC0; }
span { border-color: rgb(51,255,192); }
td.TdClassName
{
border-color: #33FFC0;
}
.TagClassName
{
border-color: #33FFC0;
}
</style>