Shades of Turquoise #3FE9CE
Tints of Turquoise #3FE9CE
RGB
CMYK
RGB Variations
Color information
#3FE9CE (or 0x3FE9CE) is known color: Turquoise. HEX triplet: 3F, E9 and CE. RGB value is (63,233,206). Sum of RGB (Red+Green+Blue) = 63+233+206=502 (66% of max value = 765). Red value is 63 (25% from 255 or 12.55% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #3FE9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE9CE is #C01631. Grayscale: #B3B3B3. Windows color (decimal): -12588594 or 13560127. OLE color: 13560127.
HSL color Cylindrical-coordinate representation of color #3FE9CE: hue angle of 170.47º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE9CE is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 233 | 206 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.09 |
| HSL | 170.47º | 0.79% | 0.58% | - |
| HSV(B) | 170.47º | 0.73% | 0.91% | - |
| XYZ | 42.33 | 63.79 | 68.47 | - |
| YUV | 179.09 | 143.18 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 233 | 206 | 0.73 | 0 | 0.12 | 0.09 | 170.47 | 0.79 | 0.58 |
| Hex | 3F | E9 | CE | 49 | 0 | C | 9 | AA | 4F | 3A |
| Octal | 77 | 351 | 316 | 111 | 0 | 14 | 11 | 252 | 117 | 72 |
| Binary | 111111 | 11101001 | 11001110 | 1001001 | 0 | 1100 | 1001 | 10101010 | 1001111 | 111010 |
Color Harmonies of #3FE9CE
Complementary color
Monochromatic Colors of #3FE9CE
Black with #3FE9CE
Text Example
Text Example
White with #3FE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE9CE; }
p { color: rgb(63,233,206); }
H1.HeaderClassName
{
color: #3FE9CE;
}
.AnyTagClassName
{
color: #3FE9CE;
}
</style>
background-color css
<style>
a { background-color: #3FE9CE; }
a { background-color: rgb(63,233,206); }
div.DivClassName
{
background-color: #3FE9CE;
}
.BgClassName
{
background-color: #3FE9CE;
}
</style>
border-color css
<style>
span { border-color: #3FE9CE; }
span { border-color: rgb(63,233,206); }
td.TdClassName
{
border-color: #3FE9CE;
}
.TagClassName
{
border-color: #3FE9CE;
}
</style>