Shades of Turquoise #33FDC6
Tints of Turquoise #33FDC6
RGB
CMYK
RGB Variations
Color information
#33FDC6 (or 0x33FDC6) is known color: Turquoise. HEX triplet: 33, FD and C6. RGB value is (51,253,198). Sum of RGB (Red+Green+Blue) = 51+253+198=502 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.16% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FDC6 is #CC0239. Grayscale: #BABABA. Windows color (decimal): -13369914 or 13040947. OLE color: 13040947.
HSL color Cylindrical-coordinate representation of color #33FDC6: hue angle of 163.66º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FDC6 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 253 | 198 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.01 |
| HSL | 163.66º | 0.98% | 0.6% | - |
| HSV(B) | 163.66º | 0.8% | 0.99% | - |
| XYZ | 46.68 | 75.03 | 65.45 | - |
| YUV | 186.33 | 134.58 | 31.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 253 | 198 | 0.80 | 0 | 0.22 | 0.01 | 163.66 | 0.98 | 0.6 |
| Hex | 33 | FD | C6 | 50 | 0 | 16 | 1 | A4 | 62 | 3C |
| Octal | 63 | 375 | 306 | 120 | 0 | 26 | 1 | 244 | 142 | 74 |
| Binary | 110011 | 11111101 | 11000110 | 1010000 | 0 | 10110 | 1 | 10100100 | 1100010 | 111100 |
Color Harmonies of #33FDC6
Complementary color
Monochromatic Colors of #33FDC6
Black with #33FDC6
Text Example
Text Example
White with #33FDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FDC6; }
p { color: rgb(51,253,198); }
H1.HeaderClassName
{
color: #33FDC6;
}
.AnyTagClassName
{
color: #33FDC6;
}
</style>
background-color css
<style>
a { background-color: #33FDC6; }
a { background-color: rgb(51,253,198); }
div.DivClassName
{
background-color: #33FDC6;
}
.BgClassName
{
background-color: #33FDC6;
}
</style>
border-color css
<style>
span { border-color: #33FDC6; }
span { border-color: rgb(51,253,198); }
td.TdClassName
{
border-color: #33FDC6;
}
.TagClassName
{
border-color: #33FDC6;
}
</style>