Shades of Turquoise #3FDAB7
Tints of Turquoise #3FDAB7
RGB
CMYK
RGB Variations
Color information
#3FDAB7 (or 0x3FDAB7) is known color: Turquoise. HEX triplet: 3F, DA and B7. RGB value is (63,218,183). Sum of RGB (Red+Green+Blue) = 63+218+183=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDAB7 is #C02548. Grayscale: #A7A7A7. Windows color (decimal): -12592457 or 12048959. OLE color: 12048959.
HSL color Cylindrical-coordinate representation of color #3FDAB7: hue angle of 166.45º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDAB7 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 183 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.15 |
| HSL | 166.45º | 0.68% | 0.55% | - |
| HSV(B) | 166.45º | 0.71% | 0.85% | - |
| XYZ | 35.67 | 54.62 | 53.46 | - |
| YUV | 167.67 | 136.65 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 183 | 0.71 | 0 | 0.16 | 0.15 | 166.45 | 0.68 | 0.55 |
| Hex | 3F | DA | B7 | 47 | 0 | 10 | F | A6 | 44 | 37 |
| Octal | 77 | 332 | 267 | 107 | 0 | 20 | 17 | 246 | 104 | 67 |
| Binary | 111111 | 11011010 | 10110111 | 1000111 | 0 | 10000 | 1111 | 10100110 | 1000100 | 110111 |
Color Harmonies of #3FDAB7
Complementary color
Monochromatic Colors of #3FDAB7
Black with #3FDAB7
Text Example
Text Example
White with #3FDAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDAB7; }
p { color: rgb(63,218,183); }
H1.HeaderClassName
{
color: #3FDAB7;
}
.AnyTagClassName
{
color: #3FDAB7;
}
</style>
background-color css
<style>
a { background-color: #3FDAB7; }
a { background-color: rgb(63,218,183); }
div.DivClassName
{
background-color: #3FDAB7;
}
.BgClassName
{
background-color: #3FDAB7;
}
</style>
border-color css
<style>
span { border-color: #3FDAB7; }
span { border-color: rgb(63,218,183); }
td.TdClassName
{
border-color: #3FDAB7;
}
.TagClassName
{
border-color: #3FDAB7;
}
</style>