Shades of Turquoise #3FEAC1
Tints of Turquoise #3FEAC1
RGB
CMYK
RGB Variations
Color information
#3FEAC1 (or 0x3FEAC1) is known color: Turquoise. HEX triplet: 3F, EA and C1. RGB value is (63,234,193). Sum of RGB (Red+Green+Blue) = 63+234+193=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAC1 is #C0153E. Grayscale: #B2B2B2. Windows color (decimal): -12588351 or 12708415. OLE color: 12708415.
HSL color Cylindrical-coordinate representation of color #3FEAC1: hue angle of 165.61º degrees, saturation: 0.8, 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 #3FEAC1 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 193 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.08 |
| HSL | 165.61º | 0.8% | 0.58% | - |
| HSV(B) | 165.61º | 0.73% | 0.92% | - |
| XYZ | 41.1 | 63.75 | 60.59 | - |
| YUV | 178.2 | 136.35 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 193 | 0.73 | 0 | 0.18 | 0.08 | 165.61 | 0.8 | 0.58 |
| Hex | 3F | EA | C1 | 49 | 0 | 12 | 8 | A6 | 50 | 3A |
| Octal | 77 | 352 | 301 | 111 | 0 | 22 | 10 | 246 | 120 | 72 |
| Binary | 111111 | 11101010 | 11000001 | 1001001 | 0 | 10010 | 1000 | 10100110 | 1010000 | 111010 |
Color Harmonies of #3FEAC1
Complementary color
Monochromatic Colors of #3FEAC1
Black with #3FEAC1
Text Example
Text Example
White with #3FEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAC1; }
p { color: rgb(63,234,193); }
H1.HeaderClassName
{
color: #3FEAC1;
}
.AnyTagClassName
{
color: #3FEAC1;
}
</style>
background-color css
<style>
a { background-color: #3FEAC1; }
a { background-color: rgb(63,234,193); }
div.DivClassName
{
background-color: #3FEAC1;
}
.BgClassName
{
background-color: #3FEAC1;
}
</style>
border-color css
<style>
span { border-color: #3FEAC1; }
span { border-color: rgb(63,234,193); }
td.TdClassName
{
border-color: #3FEAC1;
}
.TagClassName
{
border-color: #3FEAC1;
}
</style>