Shades of Turquoise #3FDABB
Tints of Turquoise #3FDABB
RGB
CMYK
RGB Variations
Color information
#3FDABB (or 0x3FDABB) is known color: Turquoise. HEX triplet: 3F, DA and BB. RGB value is (63,218,187). Sum of RGB (Red+Green+Blue) = 63+218+187=468 (61% of max value = 765). Red value is 63 (25% from 255 or 13.46% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDABB is #C02544. Grayscale: #A8A8A8. Windows color (decimal): -12592453 or 12311103. OLE color: 12311103.
HSL color Cylindrical-coordinate representation of color #3FDABB: hue angle of 168º 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 #3FDABB is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 187 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.15 |
| HSL | 168º | 0.68% | 0.55% | - |
| HSV(B) | 168º | 0.71% | 0.85% | - |
| XYZ | 36.09 | 54.79 | 55.69 | - |
| YUV | 168.12 | 138.65 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 187 | 0.71 | 0 | 0.14 | 0.15 | 168 | 0.68 | 0.55 |
| Hex | 3F | DA | BB | 47 | 0 | E | F | A8 | 44 | 37 |
| Octal | 77 | 332 | 273 | 107 | 0 | 16 | 17 | 250 | 104 | 67 |
| Binary | 111111 | 11011010 | 10111011 | 1000111 | 0 | 1110 | 1111 | 10101000 | 1000100 | 110111 |
Color Harmonies of #3FDABB
Complementary color
Monochromatic Colors of #3FDABB
Black with #3FDABB
Text Example
Text Example
White with #3FDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDABB; }
p { color: rgb(63,218,187); }
H1.HeaderClassName
{
color: #3FDABB;
}
.AnyTagClassName
{
color: #3FDABB;
}
</style>
background-color css
<style>
a { background-color: #3FDABB; }
a { background-color: rgb(63,218,187); }
div.DivClassName
{
background-color: #3FDABB;
}
.BgClassName
{
background-color: #3FDABB;
}
</style>
border-color css
<style>
span { border-color: #3FDABB; }
span { border-color: rgb(63,218,187); }
td.TdClassName
{
border-color: #3FDABB;
}
.TagClassName
{
border-color: #3FDABB;
}
</style>