Shades of Turquoise #33FDB9
Tints of Turquoise #33FDB9
RGB
CMYK
RGB Variations
Color information
#33FDB9 (or 0x33FDB9) is known color: Turquoise. HEX triplet: 33, FD and B9. RGB value is (51,253,185). Sum of RGB (Red+Green+Blue) = 51+253+185=489 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.43% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FDB9 is #CC0246. Grayscale: #B8B8B8. Windows color (decimal): -13369927 or 12188979. OLE color: 12188979.
HSL color Cylindrical-coordinate representation of color #33FDB9: hue angle of 159.8º 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 #33FDB9 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 253 | 185 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.01 |
| HSL | 159.8º | 0.98% | 0.6% | - |
| HSV(B) | 159.8º | 0.8% | 0.99% | - |
| XYZ | 45.25 | 74.46 | 57.89 | - |
| YUV | 184.85 | 128.08 | 32.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 253 | 185 | 0.80 | 0 | 0.27 | 0.01 | 159.8 | 0.98 | 0.6 |
| Hex | 33 | FD | B9 | 50 | 0 | 1B | 1 | A0 | 62 | 3C |
| Octal | 63 | 375 | 271 | 120 | 0 | 33 | 1 | 240 | 142 | 74 |
| Binary | 110011 | 11111101 | 10111001 | 1010000 | 0 | 11011 | 1 | 10100000 | 1100010 | 111100 |
Color Harmonies of #33FDB9
Complementary color
Monochromatic Colors of #33FDB9
Black with #33FDB9
Text Example
Text Example
White with #33FDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FDB9; }
p { color: rgb(51,253,185); }
H1.HeaderClassName
{
color: #33FDB9;
}
.AnyTagClassName
{
color: #33FDB9;
}
</style>
background-color css
<style>
a { background-color: #33FDB9; }
a { background-color: rgb(51,253,185); }
div.DivClassName
{
background-color: #33FDB9;
}
.BgClassName
{
background-color: #33FDB9;
}
</style>
border-color css
<style>
span { border-color: #33FDB9; }
span { border-color: rgb(51,253,185); }
td.TdClassName
{
border-color: #33FDB9;
}
.TagClassName
{
border-color: #33FDB9;
}
</style>