Shades of Turquoise #3FDABC
Tints of Turquoise #3FDABC
RGB
CMYK
RGB Variations
Color information
#3FDABC (or 0x3FDABC) is known color: Turquoise. HEX triplet: 3F, DA and BC. RGB value is (63,218,188). Sum of RGB (Red+Green+Blue) = 63+218+188=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDABC is #C02543. Grayscale: #A8A8A8. Windows color (decimal): -12592452 or 12376639. OLE color: 12376639.
HSL color Cylindrical-coordinate representation of color #3FDABC: hue angle of 168.39º 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 #3FDABC is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 188 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.15 |
| HSL | 168.39º | 0.68% | 0.55% | - |
| HSV(B) | 168.39º | 0.71% | 0.85% | - |
| XYZ | 36.2 | 54.83 | 56.25 | - |
| YUV | 168.24 | 139.15 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 188 | 0.71 | 0 | 0.14 | 0.15 | 168.39 | 0.68 | 0.55 |
| Hex | 3F | DA | BC | 47 | 0 | E | F | A8 | 44 | 37 |
| Octal | 77 | 332 | 274 | 107 | 0 | 16 | 17 | 250 | 104 | 67 |
| Binary | 111111 | 11011010 | 10111100 | 1000111 | 0 | 1110 | 1111 | 10101000 | 1000100 | 110111 |
Color Harmonies of #3FDABC
Complementary color
Monochromatic Colors of #3FDABC
Black with #3FDABC
Text Example
Text Example
White with #3FDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDABC; }
p { color: rgb(63,218,188); }
H1.HeaderClassName
{
color: #3FDABC;
}
.AnyTagClassName
{
color: #3FDABC;
}
</style>
background-color css
<style>
a { background-color: #3FDABC; }
a { background-color: rgb(63,218,188); }
div.DivClassName
{
background-color: #3FDABC;
}
.BgClassName
{
background-color: #3FDABC;
}
</style>
border-color css
<style>
span { border-color: #3FDABC; }
span { border-color: rgb(63,218,188); }
td.TdClassName
{
border-color: #3FDABC;
}
.TagClassName
{
border-color: #3FDABC;
}
</style>