Shades of Turquoise #3FDDB9
Tints of Turquoise #3FDDB9
RGB
CMYK
RGB Variations
Color information
#3FDDB9 (or 0x3FDDB9) is known color: Turquoise. HEX triplet: 3F, DD and B9. RGB value is (63,221,185). Sum of RGB (Red+Green+Blue) = 63+221+185=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDB9 is #C02246. Grayscale: #A9A9A9. Windows color (decimal): -12591687 or 12180799. OLE color: 12180799.
HSL color Cylindrical-coordinate representation of color #3FDDB9: hue angle of 166.33º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDDB9 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 185 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.13 |
| HSL | 166.33º | 0.7% | 0.56% | - |
| HSV(B) | 166.33º | 0.71% | 0.87% | - |
| XYZ | 36.66 | 56.27 | 54.83 | - |
| YUV | 169.65 | 136.65 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 185 | 0.71 | 0 | 0.16 | 0.13 | 166.33 | 0.7 | 0.56 |
| Hex | 3F | DD | B9 | 47 | 0 | 10 | D | A6 | 46 | 38 |
| Octal | 77 | 335 | 271 | 107 | 0 | 20 | 15 | 246 | 106 | 70 |
| Binary | 111111 | 11011101 | 10111001 | 1000111 | 0 | 10000 | 1101 | 10100110 | 1000110 | 111000 |
Color Harmonies of #3FDDB9
Complementary color
Monochromatic Colors of #3FDDB9
Black with #3FDDB9
Text Example
Text Example
White with #3FDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDB9; }
p { color: rgb(63,221,185); }
H1.HeaderClassName
{
color: #3FDDB9;
}
.AnyTagClassName
{
color: #3FDDB9;
}
</style>
background-color css
<style>
a { background-color: #3FDDB9; }
a { background-color: rgb(63,221,185); }
div.DivClassName
{
background-color: #3FDDB9;
}
.BgClassName
{
background-color: #3FDDB9;
}
</style>
border-color css
<style>
span { border-color: #3FDDB9; }
span { border-color: rgb(63,221,185); }
td.TdClassName
{
border-color: #3FDDB9;
}
.TagClassName
{
border-color: #3FDDB9;
}
</style>