Shades of Turquoise #3FEBC0
Tints of Turquoise #3FEBC0
RGB
CMYK
RGB Variations
Color information
#3FEBC0 (or 0x3FEBC0) is known color: Turquoise. HEX triplet: 3F, EB and C0. RGB value is (63,235,192). Sum of RGB (Red+Green+Blue) = 63+235+192=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEBC0 is #C0143F. Grayscale: #B2B2B2. Windows color (decimal): -12588096 or 12643135. OLE color: 12643135.
HSL color Cylindrical-coordinate representation of color #3FEBC0: hue angle of 165º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEBC0 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 192 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.08 |
| HSL | 165º | 0.81% | 0.58% | - |
| HSV(B) | 165º | 0.73% | 0.92% | - |
| XYZ | 41.27 | 64.28 | 60.1 | - |
| YUV | 178.67 | 135.52 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 192 | 0.73 | 0 | 0.18 | 0.08 | 165 | 0.81 | 0.58 |
| Hex | 3F | EB | C0 | 49 | 0 | 12 | 8 | A5 | 51 | 3A |
| Octal | 77 | 353 | 300 | 111 | 0 | 22 | 10 | 245 | 121 | 72 |
| Binary | 111111 | 11101011 | 11000000 | 1001001 | 0 | 10010 | 1000 | 10100101 | 1010001 | 111010 |
Color Harmonies of #3FEBC0
Complementary color
Monochromatic Colors of #3FEBC0
Black with #3FEBC0
Text Example
Text Example
White with #3FEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEBC0; }
p { color: rgb(63,235,192); }
H1.HeaderClassName
{
color: #3FEBC0;
}
.AnyTagClassName
{
color: #3FEBC0;
}
</style>
background-color css
<style>
a { background-color: #3FEBC0; }
a { background-color: rgb(63,235,192); }
div.DivClassName
{
background-color: #3FEBC0;
}
.BgClassName
{
background-color: #3FEBC0;
}
</style>
border-color css
<style>
span { border-color: #3FEBC0; }
span { border-color: rgb(63,235,192); }
td.TdClassName
{
border-color: #3FEBC0;
}
.TagClassName
{
border-color: #3FEBC0;
}
</style>