Shades of Turquoise #3FFEBA
Tints of Turquoise #3FFEBA
RGB
CMYK
RGB Variations
Color information
#3FFEBA (or 0x3FFEBA) is known color: Turquoise. HEX triplet: 3F, FE and BA. RGB value is (63,254,186). Sum of RGB (Red+Green+Blue) = 63+254+186=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFEBA is #C00145. Grayscale: #BDBDBD. Windows color (decimal): -12583238 or 12254783. OLE color: 12254783.
HSL color Cylindrical-coordinate representation of color #3FFEBA: hue angle of 158.64º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFEBA is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 186 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.00 |
| HSL | 158.64º | 0.99% | 0.62% | - |
| HSV(B) | 158.64º | 0.75% | 1% | - |
| XYZ | 46.35 | 75.49 | 58.58 | - |
| YUV | 189.14 | 126.22 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 186 | 0.75 | 0 | 0.27 | 0.00 | 158.64 | 0.99 | 0.62 |
| Hex | 3F | FE | BA | 4B | 0 | 1B | 0 | 9F | 63 | 3E |
| Octal | 77 | 376 | 272 | 113 | 0 | 33 | 0 | 237 | 143 | 76 |
| Binary | 111111 | 11111110 | 10111010 | 1001011 | 0 | 11011 | 0 | 10011111 | 1100011 | 111110 |
Color Harmonies of #3FFEBA
Complementary color
Monochromatic Colors of #3FFEBA
Black with #3FFEBA
Text Example
Text Example
White with #3FFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFEBA; }
p { color: rgb(63,254,186); }
H1.HeaderClassName
{
color: #3FFEBA;
}
.AnyTagClassName
{
color: #3FFEBA;
}
</style>
background-color css
<style>
a { background-color: #3FFEBA; }
a { background-color: rgb(63,254,186); }
div.DivClassName
{
background-color: #3FFEBA;
}
.BgClassName
{
background-color: #3FFEBA;
}
</style>
border-color css
<style>
span { border-color: #3FFEBA; }
span { border-color: rgb(63,254,186); }
td.TdClassName
{
border-color: #3FFEBA;
}
.TagClassName
{
border-color: #3FFEBA;
}
</style>