Shades of Turquoise #3FEBC9
Tints of Turquoise #3FEBC9
RGB
CMYK
RGB Variations
Color information
#3FEBC9 (or 0x3FEBC9) is known color: Turquoise. HEX triplet: 3F, EB and C9. RGB value is (63,235,201). Sum of RGB (Red+Green+Blue) = 63+235+201=499 (66% of max value = 765). Red value is 63 (25% from 255 or 12.63% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEBC9 is #C01436. Grayscale: #B3B3B3. Windows color (decimal): -12588087 or 13232959. OLE color: 13232959.
HSL color Cylindrical-coordinate representation of color #3FEBC9: hue angle of 168.14º 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 #3FEBC9 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 201 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.08 |
| HSL | 168.14º | 0.81% | 0.58% | - |
| HSV(B) | 168.14º | 0.73% | 0.92% | - |
| XYZ | 42.3 | 64.69 | 65.52 | - |
| YUV | 179.7 | 140.02 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 201 | 0.73 | 0 | 0.14 | 0.08 | 168.14 | 0.81 | 0.58 |
| Hex | 3F | EB | C9 | 49 | 0 | E | 8 | A8 | 51 | 3A |
| Octal | 77 | 353 | 311 | 111 | 0 | 16 | 10 | 250 | 121 | 72 |
| Binary | 111111 | 11101011 | 11001001 | 1001001 | 0 | 1110 | 1000 | 10101000 | 1010001 | 111010 |
Color Harmonies of #3FEBC9
Complementary color
Monochromatic Colors of #3FEBC9
Black with #3FEBC9
Text Example
Text Example
White with #3FEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEBC9; }
p { color: rgb(63,235,201); }
H1.HeaderClassName
{
color: #3FEBC9;
}
.AnyTagClassName
{
color: #3FEBC9;
}
</style>
background-color css
<style>
a { background-color: #3FEBC9; }
a { background-color: rgb(63,235,201); }
div.DivClassName
{
background-color: #3FEBC9;
}
.BgClassName
{
background-color: #3FEBC9;
}
</style>
border-color css
<style>
span { border-color: #3FEBC9; }
span { border-color: rgb(63,235,201); }
td.TdClassName
{
border-color: #3FEBC9;
}
.TagClassName
{
border-color: #3FEBC9;
}
</style>