Shades of Turquoise #33FFCC
Tints of Turquoise #33FFCC
RGB
CMYK
RGB Variations
Color information
#33FFCC (or 0x33FFCC) is known color: Turquoise. HEX triplet: 33, FF and CC. RGB value is (51,255,204). Sum of RGB (Red+Green+Blue) = 51+255+204=510 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFCC is a web safe color. Inversed color of #33FFCC is #CC0033. Grayscale: #BCBCBC. Windows color (decimal): -13369396 or 13434675. OLE color: 13434675.
HSL color Cylindrical-coordinate representation of color #33FFCC: hue angle of 165º 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 #33FFCC is Cyan = 0.8, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 204 | - |
| CMYK | 0.8 | 0 | 0.2 | 0 |
| HSL | 165º | 1% | 0.6% | - |
| HSV(B) | 165º | 0.8% | 1% | - |
| XYZ | 48.02 | 76.58 | 69.38 | - |
| YUV | 188.19 | 136.91 | 30.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 204 | 0.8 | 0 | 0.2 | 0 | 165 | 1 | 0.6 |
| Hex | 33 | FF | CC | 50 | 0 | 14 | 0 | A5 | 64 | 3C |
| Octal | 63 | 377 | 314 | 120 | 0 | 24 | 0 | 245 | 144 | 74 |
| Binary | 110011 | 11111111 | 11001100 | 1010000 | 0 | 10100 | 0 | 10100101 | 1100100 | 111100 |
Color Harmonies of #33FFCC
Complementary color
Monochromatic Colors of #33FFCC
Black with #33FFCC
Text Example
Text Example
White with #33FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FFCC; }
p { color: rgb(51,255,204); }
H1.HeaderClassName
{
color: #33FFCC;
}
.AnyTagClassName
{
color: #33FFCC;
}
</style>
background-color css
<style>
a { background-color: #33FFCC; }
a { background-color: rgb(51,255,204); }
div.DivClassName
{
background-color: #33FFCC;
}
.BgClassName
{
background-color: #33FFCC;
}
</style>
border-color css
<style>
span { border-color: #33FFCC; }
span { border-color: rgb(51,255,204); }
td.TdClassName
{
border-color: #33FFCC;
}
.TagClassName
{
border-color: #33FFCC;
}
</style>