Shades of Turquoise #3FDBB7
Tints of Turquoise #3FDBB7
RGB
CMYK
RGB Variations
Color information
#3FDBB7 (or 0x3FDBB7) is known color: Turquoise. HEX triplet: 3F, DB and B7. RGB value is (63,219,183). Sum of RGB (Red+Green+Blue) = 63+219+183=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDBB7 is #C02448. Grayscale: #A8A8A8. Windows color (decimal): -12592201 or 12049215. OLE color: 12049215.
HSL color Cylindrical-coordinate representation of color #3FDBB7: hue angle of 166.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDBB7 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 183 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.14 |
| HSL | 166.15º | 0.68% | 0.55% | - |
| HSV(B) | 166.15º | 0.71% | 0.86% | - |
| XYZ | 35.93 | 55.14 | 53.55 | - |
| YUV | 168.25 | 136.32 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 183 | 0.71 | 0 | 0.16 | 0.14 | 166.15 | 0.68 | 0.55 |
| Hex | 3F | DB | B7 | 47 | 0 | 10 | E | A6 | 44 | 37 |
| Octal | 77 | 333 | 267 | 107 | 0 | 20 | 16 | 246 | 104 | 67 |
| Binary | 111111 | 11011011 | 10110111 | 1000111 | 0 | 10000 | 1110 | 10100110 | 1000100 | 110111 |
Color Harmonies of #3FDBB7
Complementary color
Monochromatic Colors of #3FDBB7
Black with #3FDBB7
Text Example
Text Example
White with #3FDBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBB7; }
p { color: rgb(63,219,183); }
H1.HeaderClassName
{
color: #3FDBB7;
}
.AnyTagClassName
{
color: #3FDBB7;
}
</style>
background-color css
<style>
a { background-color: #3FDBB7; }
a { background-color: rgb(63,219,183); }
div.DivClassName
{
background-color: #3FDBB7;
}
.BgClassName
{
background-color: #3FDBB7;
}
</style>
border-color css
<style>
span { border-color: #3FDBB7; }
span { border-color: rgb(63,219,183); }
td.TdClassName
{
border-color: #3FDBB7;
}
.TagClassName
{
border-color: #3FDBB7;
}
</style>