Shades of Turquoise #3FDABA
Tints of Turquoise #3FDABA
RGB
CMYK
RGB Variations
Color information
#3FDABA (or 0x3FDABA) is known color: Turquoise. HEX triplet: 3F, DA and BA. RGB value is (63,218,186). Sum of RGB (Red+Green+Blue) = 63+218+186=467 (61% of max value = 765). Red value is 63 (25% from 255 or 13.49% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDABA is #C02545. Grayscale: #A7A7A7. Windows color (decimal): -12592454 or 12245567. OLE color: 12245567.
HSL color Cylindrical-coordinate representation of color #3FDABA: hue angle of 167.61º 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 #3FDABA is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 186 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.15 |
| HSL | 167.61º | 0.68% | 0.55% | - |
| HSV(B) | 167.61º | 0.71% | 0.85% | - |
| XYZ | 35.98 | 54.74 | 55.12 | - |
| YUV | 168.01 | 138.15 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 186 | 0.71 | 0 | 0.15 | 0.15 | 167.61 | 0.68 | 0.55 |
| Hex | 3F | DA | BA | 47 | 0 | F | F | A8 | 44 | 37 |
| Octal | 77 | 332 | 272 | 107 | 0 | 17 | 17 | 250 | 104 | 67 |
| Binary | 111111 | 11011010 | 10111010 | 1000111 | 0 | 1111 | 1111 | 10101000 | 1000100 | 110111 |
Color Harmonies of #3FDABA
Complementary color
Monochromatic Colors of #3FDABA
Black with #3FDABA
Text Example
Text Example
White with #3FDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDABA; }
p { color: rgb(63,218,186); }
H1.HeaderClassName
{
color: #3FDABA;
}
.AnyTagClassName
{
color: #3FDABA;
}
</style>
background-color css
<style>
a { background-color: #3FDABA; }
a { background-color: rgb(63,218,186); }
div.DivClassName
{
background-color: #3FDABA;
}
.BgClassName
{
background-color: #3FDABA;
}
</style>
border-color css
<style>
span { border-color: #3FDABA; }
span { border-color: rgb(63,218,186); }
td.TdClassName
{
border-color: #3FDABA;
}
.TagClassName
{
border-color: #3FDABA;
}
</style>