Shades of Turquoise #3FEAC5
Tints of Turquoise #3FEAC5
RGB
CMYK
RGB Variations
Color information
#3FEAC5 (or 0x3FEAC5) is known color: Turquoise. HEX triplet: 3F, EA and C5. RGB value is (63,234,197). Sum of RGB (Red+Green+Blue) = 63+234+197=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAC5 is #C0153A. Grayscale: #B2B2B2. Windows color (decimal): -12588347 or 12970559. OLE color: 12970559.
HSL color Cylindrical-coordinate representation of color #3FEAC5: hue angle of 167.02º 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 #3FEAC5 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 197 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.08 |
| HSL | 167.02º | 0.8% | 0.58% | - |
| HSV(B) | 167.02º | 0.73% | 0.92% | - |
| XYZ | 41.55 | 63.93 | 62.97 | - |
| YUV | 178.65 | 138.35 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 197 | 0.73 | 0 | 0.16 | 0.08 | 167.02 | 0.8 | 0.58 |
| Hex | 3F | EA | C5 | 49 | 0 | 10 | 8 | A7 | 50 | 3A |
| Octal | 77 | 352 | 305 | 111 | 0 | 20 | 10 | 247 | 120 | 72 |
| Binary | 111111 | 11101010 | 11000101 | 1001001 | 0 | 10000 | 1000 | 10100111 | 1010000 | 111010 |
Color Harmonies of #3FEAC5
Complementary color
Monochromatic Colors of #3FEAC5
Black with #3FEAC5
Text Example
Text Example
White with #3FEAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAC5; }
p { color: rgb(63,234,197); }
H1.HeaderClassName
{
color: #3FEAC5;
}
.AnyTagClassName
{
color: #3FEAC5;
}
</style>
background-color css
<style>
a { background-color: #3FEAC5; }
a { background-color: rgb(63,234,197); }
div.DivClassName
{
background-color: #3FEAC5;
}
.BgClassName
{
background-color: #3FEAC5;
}
</style>
border-color css
<style>
span { border-color: #3FEAC5; }
span { border-color: rgb(63,234,197); }
td.TdClassName
{
border-color: #3FEAC5;
}
.TagClassName
{
border-color: #3FEAC5;
}
</style>