Shades of Turquoise #3FEFBA
Tints of Turquoise #3FEFBA
RGB
CMYK
RGB Variations
Color information
#3FEFBA (or 0x3FEFBA) is known color: Turquoise. HEX triplet: 3F, EF and BA. RGB value is (63,239,186). Sum of RGB (Red+Green+Blue) = 63+239+186=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFBA is #C01045. Grayscale: #B4B4B4. Windows color (decimal): -12587078 or 12250943. OLE color: 12250943.
HSL color Cylindrical-coordinate representation of color #3FEFBA: hue angle of 161.93º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEFBA is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 186 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.06 |
| HSL | 161.93º | 0.85% | 0.59% | - |
| HSV(B) | 161.93º | 0.74% | 0.94% | - |
| XYZ | 41.78 | 66.33 | 57.06 | - |
| YUV | 180.33 | 131.19 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 186 | 0.74 | 0 | 0.22 | 0.06 | 161.93 | 0.85 | 0.59 |
| Hex | 3F | EF | BA | 4A | 0 | 16 | 6 | A2 | 55 | 3B |
| Octal | 77 | 357 | 272 | 112 | 0 | 26 | 6 | 242 | 125 | 73 |
| Binary | 111111 | 11101111 | 10111010 | 1001010 | 0 | 10110 | 110 | 10100010 | 1010101 | 111011 |
Color Harmonies of #3FEFBA
Complementary color
Monochromatic Colors of #3FEFBA
Black with #3FEFBA
Text Example
Text Example
White with #3FEFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFBA; }
p { color: rgb(63,239,186); }
H1.HeaderClassName
{
color: #3FEFBA;
}
.AnyTagClassName
{
color: #3FEFBA;
}
</style>
background-color css
<style>
a { background-color: #3FEFBA; }
a { background-color: rgb(63,239,186); }
div.DivClassName
{
background-color: #3FEFBA;
}
.BgClassName
{
background-color: #3FEFBA;
}
</style>
border-color css
<style>
span { border-color: #3FEFBA; }
span { border-color: rgb(63,239,186); }
td.TdClassName
{
border-color: #3FEFBA;
}
.TagClassName
{
border-color: #3FEFBA;
}
</style>