Shades of Turquoise #3FECD8
Tints of Turquoise #3FECD8
RGB
CMYK
RGB Variations
Color information
#3FECD8 (or 0x3FECD8) is known color: Turquoise. HEX triplet: 3F, EC and D8. RGB value is (63,236,216). Sum of RGB (Red+Green+Blue) = 63+236+216=515 (68% of max value = 765). Red value is 63 (25% from 255 or 12.23% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECD8 is #C01327. Grayscale: #B5B5B5. Windows color (decimal): -12587816 or 14216255. OLE color: 14216255.
HSL color Cylindrical-coordinate representation of color #3FECD8: hue angle of 173.06º 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 #3FECD8 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 216 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.07 |
| HSL | 173.06º | 0.82% | 0.59% | - |
| HSV(B) | 173.06º | 0.73% | 0.93% | - |
| XYZ | 44.44 | 66.01 | 75.36 | - |
| YUV | 181.99 | 147.19 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 216 | 0.73 | 0 | 0.08 | 0.07 | 173.06 | 0.82 | 0.59 |
| Hex | 3F | EC | D8 | 49 | 0 | 8 | 7 | AD | 52 | 3B |
| Octal | 77 | 354 | 330 | 111 | 0 | 10 | 7 | 255 | 122 | 73 |
| Binary | 111111 | 11101100 | 11011000 | 1001001 | 0 | 1000 | 111 | 10101101 | 1010010 | 111011 |
Color Harmonies of #3FECD8
Complementary color
Monochromatic Colors of #3FECD8
Black with #3FECD8
Text Example
Text Example
White with #3FECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECD8; }
p { color: rgb(63,236,216); }
H1.HeaderClassName
{
color: #3FECD8;
}
.AnyTagClassName
{
color: #3FECD8;
}
</style>
background-color css
<style>
a { background-color: #3FECD8; }
a { background-color: rgb(63,236,216); }
div.DivClassName
{
background-color: #3FECD8;
}
.BgClassName
{
background-color: #3FECD8;
}
</style>
border-color css
<style>
span { border-color: #3FECD8; }
span { border-color: rgb(63,236,216); }
td.TdClassName
{
border-color: #3FECD8;
}
.TagClassName
{
border-color: #3FECD8;
}
</style>