Shades of Turquoise #3FE6CE
Tints of Turquoise #3FE6CE
RGB
CMYK
RGB Variations
Color information
#3FE6CE (or 0x3FE6CE) is known color: Turquoise. HEX triplet: 3F, E6 and CE. RGB value is (63,230,206). Sum of RGB (Red+Green+Blue) = 63+230+206=499 (66% of max value = 765). Red value is 63 (25% from 255 or 12.63% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE6CE is #C01931. Grayscale: #B1B1B1. Windows color (decimal): -12589362 or 13559359. OLE color: 13559359.
HSL color Cylindrical-coordinate representation of color #3FE6CE: hue angle of 171.38º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE6CE is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 206 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.10 |
| HSL | 171.38º | 0.77% | 0.57% | - |
| HSV(B) | 171.38º | 0.73% | 0.9% | - |
| XYZ | 41.49 | 62.11 | 68.19 | - |
| YUV | 177.33 | 144.17 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 206 | 0.73 | 0 | 0.10 | 0.10 | 171.38 | 0.77 | 0.57 |
| Hex | 3F | E6 | CE | 49 | 0 | A | A | AB | 4D | 39 |
| Octal | 77 | 346 | 316 | 111 | 0 | 12 | 12 | 253 | 115 | 71 |
| Binary | 111111 | 11100110 | 11001110 | 1001001 | 0 | 1010 | 1010 | 10101011 | 1001101 | 111001 |
Color Harmonies of #3FE6CE
Complementary color
Monochromatic Colors of #3FE6CE
Black with #3FE6CE
Text Example
Text Example
White with #3FE6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE6CE; }
p { color: rgb(63,230,206); }
H1.HeaderClassName
{
color: #3FE6CE;
}
.AnyTagClassName
{
color: #3FE6CE;
}
</style>
background-color css
<style>
a { background-color: #3FE6CE; }
a { background-color: rgb(63,230,206); }
div.DivClassName
{
background-color: #3FE6CE;
}
.BgClassName
{
background-color: #3FE6CE;
}
</style>
border-color css
<style>
span { border-color: #3FE6CE; }
span { border-color: rgb(63,230,206); }
td.TdClassName
{
border-color: #3FE6CE;
}
.TagClassName
{
border-color: #3FE6CE;
}
</style>