Shades of Turquoise #3FE5BC
Tints of Turquoise #3FE5BC
RGB
CMYK
RGB Variations
Color information
#3FE5BC (or 0x3FE5BC) is known color: Turquoise. HEX triplet: 3F, E5 and BC. RGB value is (63,229,188). Sum of RGB (Red+Green+Blue) = 63+229+188=480 (63% of max value = 765). Red value is 63 (25% from 255 or 13.12% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE5BC is #C01A43. Grayscale: #AEAEAE. Windows color (decimal): -12589636 or 12379455. OLE color: 12379455.
HSL color Cylindrical-coordinate representation of color #3FE5BC: hue angle of 165.18º 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 #3FE5BC is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 188 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.10 |
| HSL | 165.18º | 0.76% | 0.57% | - |
| HSV(B) | 165.18º | 0.72% | 0.9% | - |
| XYZ | 39.15 | 60.73 | 57.24 | - |
| YUV | 174.69 | 135.5 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 188 | 0.72 | 0 | 0.18 | 0.10 | 165.18 | 0.76 | 0.57 |
| Hex | 3F | E5 | BC | 48 | 0 | 12 | A | A5 | 4C | 39 |
| Octal | 77 | 345 | 274 | 110 | 0 | 22 | 12 | 245 | 114 | 71 |
| Binary | 111111 | 11100101 | 10111100 | 1001000 | 0 | 10010 | 1010 | 10100101 | 1001100 | 111001 |
Color Harmonies of #3FE5BC
Complementary color
Monochromatic Colors of #3FE5BC
Black with #3FE5BC
Text Example
Text Example
White with #3FE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE5BC; }
p { color: rgb(63,229,188); }
H1.HeaderClassName
{
color: #3FE5BC;
}
.AnyTagClassName
{
color: #3FE5BC;
}
</style>
background-color css
<style>
a { background-color: #3FE5BC; }
a { background-color: rgb(63,229,188); }
div.DivClassName
{
background-color: #3FE5BC;
}
.BgClassName
{
background-color: #3FE5BC;
}
</style>
border-color css
<style>
span { border-color: #3FE5BC; }
span { border-color: rgb(63,229,188); }
td.TdClassName
{
border-color: #3FE5BC;
}
.TagClassName
{
border-color: #3FE5BC;
}
</style>