Shades of Turquoise #3FDEC7
Tints of Turquoise #3FDEC7
RGB
CMYK
RGB Variations
Color information
#3FDEC7 (or 0x3FDEC7) is known color: Turquoise. HEX triplet: 3F, DE and C7. RGB value is (63,222,199). Sum of RGB (Red+Green+Blue) = 63+222+199=484 (64% of max value = 765). Red value is 63 (25% from 255 or 13.02% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDEC7 is #C02138. Grayscale: #ABABAB. Windows color (decimal): -12591417 or 13098559. OLE color: 13098559.
HSL color Cylindrical-coordinate representation of color #3FDEC7: hue angle of 171.32º 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 #3FDEC7 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 199 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.13 |
| HSL | 171.32º | 0.71% | 0.56% | - |
| HSV(B) | 171.32º | 0.72% | 0.87% | - |
| XYZ | 38.48 | 57.42 | 63.09 | - |
| YUV | 171.84 | 143.32 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 199 | 0.72 | 0 | 0.10 | 0.13 | 171.32 | 0.71 | 0.56 |
| Hex | 3F | DE | C7 | 48 | 0 | A | D | AB | 47 | 38 |
| Octal | 77 | 336 | 307 | 110 | 0 | 12 | 15 | 253 | 107 | 70 |
| Binary | 111111 | 11011110 | 11000111 | 1001000 | 0 | 1010 | 1101 | 10101011 | 1000111 | 111000 |
Color Harmonies of #3FDEC7
Complementary color
Monochromatic Colors of #3FDEC7
Black with #3FDEC7
Text Example
Text Example
White with #3FDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDEC7; }
p { color: rgb(63,222,199); }
H1.HeaderClassName
{
color: #3FDEC7;
}
.AnyTagClassName
{
color: #3FDEC7;
}
</style>
background-color css
<style>
a { background-color: #3FDEC7; }
a { background-color: rgb(63,222,199); }
div.DivClassName
{
background-color: #3FDEC7;
}
.BgClassName
{
background-color: #3FDEC7;
}
</style>
border-color css
<style>
span { border-color: #3FDEC7; }
span { border-color: rgb(63,222,199); }
td.TdClassName
{
border-color: #3FDEC7;
}
.TagClassName
{
border-color: #3FDEC7;
}
</style>