Shades of Turquoise #3FECC6
Tints of Turquoise #3FECC6
RGB
CMYK
RGB Variations
Color information
#3FECC6 (or 0x3FECC6) is known color: Turquoise. HEX triplet: 3F, EC and C6. RGB value is (63,236,198). Sum of RGB (Red+Green+Blue) = 63+236+198=497 (65% of max value = 765). Red value is 63 (25% from 255 or 12.68% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECC6 is #C01339. Grayscale: #B3B3B3. Windows color (decimal): -12587834 or 13036607. OLE color: 13036607.
HSL color Cylindrical-coordinate representation of color #3FECC6: hue angle of 166.82º 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 #3FECC6 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 198 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.07 |
| HSL | 166.82º | 0.82% | 0.59% | - |
| HSV(B) | 166.82º | 0.73% | 0.93% | - |
| XYZ | 42.24 | 65.12 | 63.77 | - |
| YUV | 179.94 | 138.19 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 198 | 0.73 | 0 | 0.16 | 0.07 | 166.82 | 0.82 | 0.59 |
| Hex | 3F | EC | C6 | 49 | 0 | 10 | 7 | A7 | 52 | 3B |
| Octal | 77 | 354 | 306 | 111 | 0 | 20 | 7 | 247 | 122 | 73 |
| Binary | 111111 | 11101100 | 11000110 | 1001001 | 0 | 10000 | 111 | 10100111 | 1010010 | 111011 |
Color Harmonies of #3FECC6
Complementary color
Monochromatic Colors of #3FECC6
Black with #3FECC6
Text Example
Text Example
White with #3FECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECC6; }
p { color: rgb(63,236,198); }
H1.HeaderClassName
{
color: #3FECC6;
}
.AnyTagClassName
{
color: #3FECC6;
}
</style>
background-color css
<style>
a { background-color: #3FECC6; }
a { background-color: rgb(63,236,198); }
div.DivClassName
{
background-color: #3FECC6;
}
.BgClassName
{
background-color: #3FECC6;
}
</style>
border-color css
<style>
span { border-color: #3FECC6; }
span { border-color: rgb(63,236,198); }
td.TdClassName
{
border-color: #3FECC6;
}
.TagClassName
{
border-color: #3FECC6;
}
</style>