Shades of Turquoise #3FEFB9
Tints of Turquoise #3FEFB9
RGB
CMYK
RGB Variations
Color information
#3FEFB9 (or 0x3FEFB9) is known color: Turquoise. HEX triplet: 3F, EF and B9. RGB value is (63,239,185). Sum of RGB (Red+Green+Blue) = 63+239+185=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFB9 is #C01046. Grayscale: #B4B4B4. Windows color (decimal): -12587079 or 12185407. OLE color: 12185407.
HSL color Cylindrical-coordinate representation of color #3FEFB9: hue angle of 161.59º 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 #3FEFB9 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 185 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.06 |
| HSL | 161.59º | 0.85% | 0.59% | - |
| HSV(B) | 161.59º | 0.74% | 0.94% | - |
| XYZ | 41.67 | 66.29 | 56.5 | - |
| YUV | 180.22 | 130.69 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 185 | 0.74 | 0 | 0.23 | 0.06 | 161.59 | 0.85 | 0.59 |
| Hex | 3F | EF | B9 | 4A | 0 | 17 | 6 | A2 | 55 | 3B |
| Octal | 77 | 357 | 271 | 112 | 0 | 27 | 6 | 242 | 125 | 73 |
| Binary | 111111 | 11101111 | 10111001 | 1001010 | 0 | 10111 | 110 | 10100010 | 1010101 | 111011 |
Color Harmonies of #3FEFB9
Complementary color
Monochromatic Colors of #3FEFB9
Black with #3FEFB9
Text Example
Text Example
White with #3FEFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFB9; }
p { color: rgb(63,239,185); }
H1.HeaderClassName
{
color: #3FEFB9;
}
.AnyTagClassName
{
color: #3FEFB9;
}
</style>
background-color css
<style>
a { background-color: #3FEFB9; }
a { background-color: rgb(63,239,185); }
div.DivClassName
{
background-color: #3FEFB9;
}
.BgClassName
{
background-color: #3FEFB9;
}
</style>
border-color css
<style>
span { border-color: #3FEFB9; }
span { border-color: rgb(63,239,185); }
td.TdClassName
{
border-color: #3FEFB9;
}
.TagClassName
{
border-color: #3FEFB9;
}
</style>