Shades of Turquoise #3FDFBC
Tints of Turquoise #3FDFBC
RGB
CMYK
RGB Variations
Color information
#3FDFBC (or 0x3FDFBC) is known color: Turquoise. HEX triplet: 3F, DF and BC. RGB value is (63,223,188). Sum of RGB (Red+Green+Blue) = 63+223+188=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFBC is #C02043. Grayscale: #ABABAB. Windows color (decimal): -12591172 or 12377919. OLE color: 12377919.
HSL color Cylindrical-coordinate representation of color #3FDFBC: hue angle of 166.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDFBC is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 188 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.13 |
| HSL | 166.88º | 0.71% | 0.56% | - |
| HSV(B) | 166.88º | 0.72% | 0.87% | - |
| XYZ | 37.51 | 57.46 | 56.69 | - |
| YUV | 171.17 | 137.49 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 188 | 0.72 | 0 | 0.16 | 0.13 | 166.88 | 0.71 | 0.56 |
| Hex | 3F | DF | BC | 48 | 0 | 10 | D | A7 | 47 | 38 |
| Octal | 77 | 337 | 274 | 110 | 0 | 20 | 15 | 247 | 107 | 70 |
| Binary | 111111 | 11011111 | 10111100 | 1001000 | 0 | 10000 | 1101 | 10100111 | 1000111 | 111000 |
Color Harmonies of #3FDFBC
Complementary color
Monochromatic Colors of #3FDFBC
Black with #3FDFBC
Text Example
Text Example
White with #3FDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFBC; }
p { color: rgb(63,223,188); }
H1.HeaderClassName
{
color: #3FDFBC;
}
.AnyTagClassName
{
color: #3FDFBC;
}
</style>
background-color css
<style>
a { background-color: #3FDFBC; }
a { background-color: rgb(63,223,188); }
div.DivClassName
{
background-color: #3FDFBC;
}
.BgClassName
{
background-color: #3FDFBC;
}
</style>
border-color css
<style>
span { border-color: #3FDFBC; }
span { border-color: rgb(63,223,188); }
td.TdClassName
{
border-color: #3FDFBC;
}
.TagClassName
{
border-color: #3FDFBC;
}
</style>