Shades of Turquoise #3FECD9
Tints of Turquoise #3FECD9
RGB
CMYK
RGB Variations
Color information
#3FECD9 (or 0x3FECD9) is known color: Turquoise. HEX triplet: 3F, EC and D9. RGB value is (63,236,217). Sum of RGB (Red+Green+Blue) = 63+236+217=516 (68% of max value = 765). Red value is 63 (25% from 255 or 12.21% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECD9 is #C01326. Grayscale: #B6B6B6. Windows color (decimal): -12587815 or 14281791. OLE color: 14281791.
HSL color Cylindrical-coordinate representation of color #3FECD9: hue angle of 173.41º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FECD9 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 217 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.07 |
| HSL | 173.41º | 0.82% | 0.59% | - |
| HSV(B) | 173.41º | 0.73% | 0.93% | - |
| XYZ | 44.57 | 66.06 | 76.05 | - |
| YUV | 182.11 | 147.69 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 217 | 0.73 | 0 | 0.08 | 0.07 | 173.41 | 0.82 | 0.59 |
| Hex | 3F | EC | D9 | 49 | 0 | 8 | 7 | AD | 52 | 3B |
| Octal | 77 | 354 | 331 | 111 | 0 | 10 | 7 | 255 | 122 | 73 |
| Binary | 111111 | 11101100 | 11011001 | 1001001 | 0 | 1000 | 111 | 10101101 | 1010010 | 111011 |
Color Harmonies of #3FECD9
Complementary color
Monochromatic Colors of #3FECD9
Black with #3FECD9
Text Example
Text Example
White with #3FECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECD9; }
p { color: rgb(63,236,217); }
H1.HeaderClassName
{
color: #3FECD9;
}
.AnyTagClassName
{
color: #3FECD9;
}
</style>
background-color css
<style>
a { background-color: #3FECD9; }
a { background-color: rgb(63,236,217); }
div.DivClassName
{
background-color: #3FECD9;
}
.BgClassName
{
background-color: #3FECD9;
}
</style>
border-color css
<style>
span { border-color: #3FECD9; }
span { border-color: rgb(63,236,217); }
td.TdClassName
{
border-color: #3FECD9;
}
.TagClassName
{
border-color: #3FECD9;
}
</style>