Shades of Turquoise #3FDFB9
Tints of Turquoise #3FDFB9
RGB
CMYK
RGB Variations
Color information
#3FDFB9 (or 0x3FDFB9) is known color: Turquoise. HEX triplet: 3F, DF and B9. RGB value is (63,223,185). Sum of RGB (Red+Green+Blue) = 63+223+185=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFB9 is #C02046. Grayscale: #AAAAAA. Windows color (decimal): -12591175 or 12181311. OLE color: 12181311.
HSL color Cylindrical-coordinate representation of color #3FDFB9: hue angle of 165.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDFB9 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 185 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.13 |
| HSL | 165.75º | 0.71% | 0.56% | - |
| HSV(B) | 165.75º | 0.72% | 0.87% | - |
| XYZ | 37.19 | 57.33 | 55.01 | - |
| YUV | 170.83 | 135.99 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 185 | 0.72 | 0 | 0.17 | 0.13 | 165.75 | 0.71 | 0.56 |
| Hex | 3F | DF | B9 | 48 | 0 | 11 | D | A6 | 47 | 38 |
| Octal | 77 | 337 | 271 | 110 | 0 | 21 | 15 | 246 | 107 | 70 |
| Binary | 111111 | 11011111 | 10111001 | 1001000 | 0 | 10001 | 1101 | 10100110 | 1000111 | 111000 |
Color Harmonies of #3FDFB9
Complementary color
Monochromatic Colors of #3FDFB9
Black with #3FDFB9
Text Example
Text Example
White with #3FDFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFB9; }
p { color: rgb(63,223,185); }
H1.HeaderClassName
{
color: #3FDFB9;
}
.AnyTagClassName
{
color: #3FDFB9;
}
</style>
background-color css
<style>
a { background-color: #3FDFB9; }
a { background-color: rgb(63,223,185); }
div.DivClassName
{
background-color: #3FDFB9;
}
.BgClassName
{
background-color: #3FDFB9;
}
</style>
border-color css
<style>
span { border-color: #3FDFB9; }
span { border-color: rgb(63,223,185); }
td.TdClassName
{
border-color: #3FDFB9;
}
.TagClassName
{
border-color: #3FDFB9;
}
</style>