Shades of Turquoise #3FDDBC
Tints of Turquoise #3FDDBC
RGB
CMYK
RGB Variations
Color information
#3FDDBC (or 0x3FDDBC) is known color: Turquoise. HEX triplet: 3F, DD and BC. RGB value is (63,221,188). Sum of RGB (Red+Green+Blue) = 63+221+188=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDBC is #C02243. Grayscale: #A9A9A9. Windows color (decimal): -12591684 or 12377407. OLE color: 12377407.
HSL color Cylindrical-coordinate representation of color #3FDDBC: hue angle of 167.47º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDDBC is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 188 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.13 |
| HSL | 167.47º | 0.7% | 0.56% | - |
| HSV(B) | 167.47º | 0.71% | 0.87% | - |
| XYZ | 36.98 | 56.4 | 56.51 | - |
| YUV | 170 | 138.15 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 188 | 0.71 | 0 | 0.15 | 0.13 | 167.47 | 0.7 | 0.56 |
| Hex | 3F | DD | BC | 47 | 0 | F | D | A7 | 46 | 38 |
| Octal | 77 | 335 | 274 | 107 | 0 | 17 | 15 | 247 | 106 | 70 |
| Binary | 111111 | 11011101 | 10111100 | 1000111 | 0 | 1111 | 1101 | 10100111 | 1000110 | 111000 |
Color Harmonies of #3FDDBC
Complementary color
Monochromatic Colors of #3FDDBC
Black with #3FDDBC
Text Example
Text Example
White with #3FDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDBC; }
p { color: rgb(63,221,188); }
H1.HeaderClassName
{
color: #3FDDBC;
}
.AnyTagClassName
{
color: #3FDDBC;
}
</style>
background-color css
<style>
a { background-color: #3FDDBC; }
a { background-color: rgb(63,221,188); }
div.DivClassName
{
background-color: #3FDDBC;
}
.BgClassName
{
background-color: #3FDDBC;
}
</style>
border-color css
<style>
span { border-color: #3FDDBC; }
span { border-color: rgb(63,221,188); }
td.TdClassName
{
border-color: #3FDDBC;
}
.TagClassName
{
border-color: #3FDDBC;
}
</style>