Shades of Turquoise #3FEBBA
Tints of Turquoise #3FEBBA
RGB
CMYK
RGB Variations
Color information
#3FEBBA (or 0x3FEBBA) is known color: Turquoise. HEX triplet: 3F, EB and BA. RGB value is (63,235,186). Sum of RGB (Red+Green+Blue) = 63+235+186=484 (64% of max value = 765). Red value is 63 (25% from 255 or 13.02% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEBBA is #C01445. Grayscale: #B2B2B2. Windows color (decimal): -12588102 or 12249919. OLE color: 12249919.
HSL color Cylindrical-coordinate representation of color #3FEBBA: hue angle of 162.91º degrees, saturation: 0.81, 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 #3FEBBA is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 186 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.08 |
| HSL | 162.91º | 0.81% | 0.58% | - |
| HSV(B) | 162.91º | 0.73% | 0.92% | - |
| XYZ | 40.62 | 64.02 | 56.67 | - |
| YUV | 177.99 | 132.52 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 186 | 0.73 | 0 | 0.21 | 0.08 | 162.91 | 0.81 | 0.58 |
| Hex | 3F | EB | BA | 49 | 0 | 15 | 8 | A3 | 51 | 3A |
| Octal | 77 | 353 | 272 | 111 | 0 | 25 | 10 | 243 | 121 | 72 |
| Binary | 111111 | 11101011 | 10111010 | 1001001 | 0 | 10101 | 1000 | 10100011 | 1010001 | 111010 |
Color Harmonies of #3FEBBA
Complementary color
Monochromatic Colors of #3FEBBA
Black with #3FEBBA
Text Example
Text Example
White with #3FEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEBBA; }
p { color: rgb(63,235,186); }
H1.HeaderClassName
{
color: #3FEBBA;
}
.AnyTagClassName
{
color: #3FEBBA;
}
</style>
background-color css
<style>
a { background-color: #3FEBBA; }
a { background-color: rgb(63,235,186); }
div.DivClassName
{
background-color: #3FEBBA;
}
.BgClassName
{
background-color: #3FEBBA;
}
</style>
border-color css
<style>
span { border-color: #3FEBBA; }
span { border-color: rgb(63,235,186); }
td.TdClassName
{
border-color: #3FEBBA;
}
.TagClassName
{
border-color: #3FEBBA;
}
</style>