Shades of Turquoise #33FCC6
Tints of Turquoise #33FCC6
RGB
CMYK
RGB Variations
Color information
#33FCC6 (or 0x33FCC6) is known color: Turquoise. HEX triplet: 33, FC and C6. RGB value is (51,252,198). Sum of RGB (Red+Green+Blue) = 51+252+198=501 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.18% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCC6 is #CC0339. Grayscale: #B9B9B9. Windows color (decimal): -13370170 or 13040691. OLE color: 13040691.
HSL color Cylindrical-coordinate representation of color #33FCC6: hue angle of 163.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FCC6 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 252 | 198 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.01 |
| HSL | 163.88º | 0.97% | 0.59% | - |
| HSV(B) | 163.88º | 0.8% | 0.99% | - |
| XYZ | 46.37 | 74.4 | 65.34 | - |
| YUV | 185.75 | 134.91 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 252 | 198 | 0.80 | 0 | 0.21 | 0.01 | 163.88 | 0.97 | 0.59 |
| Hex | 33 | FC | C6 | 50 | 0 | 15 | 1 | A4 | 61 | 3B |
| Octal | 63 | 374 | 306 | 120 | 0 | 25 | 1 | 244 | 141 | 73 |
| Binary | 110011 | 11111100 | 11000110 | 1010000 | 0 | 10101 | 1 | 10100100 | 1100001 | 111011 |
Color Harmonies of #33FCC6
Complementary color
Monochromatic Colors of #33FCC6
Black with #33FCC6
Text Example
Text Example
White with #33FCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FCC6; }
p { color: rgb(51,252,198); }
H1.HeaderClassName
{
color: #33FCC6;
}
.AnyTagClassName
{
color: #33FCC6;
}
</style>
background-color css
<style>
a { background-color: #33FCC6; }
a { background-color: rgb(51,252,198); }
div.DivClassName
{
background-color: #33FCC6;
}
.BgClassName
{
background-color: #33FCC6;
}
</style>
border-color css
<style>
span { border-color: #33FCC6; }
span { border-color: rgb(51,252,198); }
td.TdClassName
{
border-color: #33FCC6;
}
.TagClassName
{
border-color: #33FCC6;
}
</style>