Shades of Turquoise #3FECC0
Tints of Turquoise #3FECC0
RGB
CMYK
RGB Variations
Color information
#3FECC0 (or 0x3FECC0) is known color: Turquoise. HEX triplet: 3F, EC and C0. RGB value is (63,236,192). Sum of RGB (Red+Green+Blue) = 63+236+192=491 (65% of max value = 765). Red value is 63 (25% from 255 or 12.83% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECC0 is #C0133F. Grayscale: #B3B3B3. Windows color (decimal): -12587840 or 12643391. OLE color: 12643391.
HSL color Cylindrical-coordinate representation of color #3FECC0: hue angle of 164.74º 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 #3FECC0 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 192 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.07 |
| HSL | 164.74º | 0.82% | 0.59% | - |
| HSV(B) | 164.74º | 0.73% | 0.93% | - |
| XYZ | 41.56 | 64.85 | 60.2 | - |
| YUV | 179.26 | 135.19 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 192 | 0.73 | 0 | 0.19 | 0.07 | 164.74 | 0.82 | 0.59 |
| Hex | 3F | EC | C0 | 49 | 0 | 13 | 7 | A5 | 52 | 3B |
| Octal | 77 | 354 | 300 | 111 | 0 | 23 | 7 | 245 | 122 | 73 |
| Binary | 111111 | 11101100 | 11000000 | 1001001 | 0 | 10011 | 111 | 10100101 | 1010010 | 111011 |
Color Harmonies of #3FECC0
Complementary color
Monochromatic Colors of #3FECC0
Black with #3FECC0
Text Example
Text Example
White with #3FECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECC0; }
p { color: rgb(63,236,192); }
H1.HeaderClassName
{
color: #3FECC0;
}
.AnyTagClassName
{
color: #3FECC0;
}
</style>
background-color css
<style>
a { background-color: #3FECC0; }
a { background-color: rgb(63,236,192); }
div.DivClassName
{
background-color: #3FECC0;
}
.BgClassName
{
background-color: #3FECC0;
}
</style>
border-color css
<style>
span { border-color: #3FECC0; }
span { border-color: rgb(63,236,192); }
td.TdClassName
{
border-color: #3FECC0;
}
.TagClassName
{
border-color: #3FECC0;
}
</style>