Shades of Turquoise #3FE5C1
Tints of Turquoise #3FE5C1
RGB
CMYK
RGB Variations
Color information
#3FE5C1 (or 0x3FE5C1) is known color: Turquoise. HEX triplet: 3F, E5 and C1. RGB value is (63,229,193). Sum of RGB (Red+Green+Blue) = 63+229+193=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE5C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE5C1 is #C01A3E. Grayscale: #AFAFAF. Windows color (decimal): -12589631 or 12707135. OLE color: 12707135.
HSL color Cylindrical-coordinate representation of color #3FE5C1: hue angle of 166.99º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE5C1 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 193 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.10 |
| HSL | 166.99º | 0.76% | 0.57% | - |
| HSV(B) | 166.99º | 0.72% | 0.9% | - |
| XYZ | 39.69 | 60.95 | 60.12 | - |
| YUV | 175.26 | 138 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 193 | 0.72 | 0 | 0.16 | 0.10 | 166.99 | 0.76 | 0.57 |
| Hex | 3F | E5 | C1 | 48 | 0 | 10 | A | A7 | 4C | 39 |
| Octal | 77 | 345 | 301 | 110 | 0 | 20 | 12 | 247 | 114 | 71 |
| Binary | 111111 | 11100101 | 11000001 | 1001000 | 0 | 10000 | 1010 | 10100111 | 1001100 | 111001 |
Color Harmonies of #3FE5C1
Complementary color
Monochromatic Colors of #3FE5C1
Black with #3FE5C1
Text Example
Text Example
White with #3FE5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE5C1; }
p { color: rgb(63,229,193); }
H1.HeaderClassName
{
color: #3FE5C1;
}
.AnyTagClassName
{
color: #3FE5C1;
}
</style>
background-color css
<style>
a { background-color: #3FE5C1; }
a { background-color: rgb(63,229,193); }
div.DivClassName
{
background-color: #3FE5C1;
}
.BgClassName
{
background-color: #3FE5C1;
}
</style>
border-color css
<style>
span { border-color: #3FE5C1; }
span { border-color: rgb(63,229,193); }
td.TdClassName
{
border-color: #3FE5C1;
}
.TagClassName
{
border-color: #3FE5C1;
}
</style>