Shades of Turquoise #3FEFBC
Tints of Turquoise #3FEFBC
RGB
CMYK
RGB Variations
Color information
#3FEFBC (or 0x3FEFBC) is known color: Turquoise. HEX triplet: 3F, EF and BC. RGB value is (63,239,188). Sum of RGB (Red+Green+Blue) = 63+239+188=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFBC is #C01043. Grayscale: #B4B4B4. Windows color (decimal): -12587076 or 12382015. OLE color: 12382015.
HSL color Cylindrical-coordinate representation of color #3FEFBC: hue angle of 162.61º 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 #3FEFBC is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 188 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.06 |
| HSL | 162.61º | 0.85% | 0.59% | - |
| HSV(B) | 162.61º | 0.74% | 0.94% | - |
| XYZ | 41.99 | 66.42 | 58.18 | - |
| YUV | 180.56 | 132.19 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 188 | 0.74 | 0 | 0.21 | 0.06 | 162.61 | 0.85 | 0.59 |
| Hex | 3F | EF | BC | 4A | 0 | 15 | 6 | A3 | 55 | 3B |
| Octal | 77 | 357 | 274 | 112 | 0 | 25 | 6 | 243 | 125 | 73 |
| Binary | 111111 | 11101111 | 10111100 | 1001010 | 0 | 10101 | 110 | 10100011 | 1010101 | 111011 |
Color Harmonies of #3FEFBC
Complementary color
Monochromatic Colors of #3FEFBC
Black with #3FEFBC
Text Example
Text Example
White with #3FEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFBC; }
p { color: rgb(63,239,188); }
H1.HeaderClassName
{
color: #3FEFBC;
}
.AnyTagClassName
{
color: #3FEFBC;
}
</style>
background-color css
<style>
a { background-color: #3FEFBC; }
a { background-color: rgb(63,239,188); }
div.DivClassName
{
background-color: #3FEFBC;
}
.BgClassName
{
background-color: #3FEFBC;
}
</style>
border-color css
<style>
span { border-color: #3FEFBC; }
span { border-color: rgb(63,239,188); }
td.TdClassName
{
border-color: #3FEFBC;
}
.TagClassName
{
border-color: #3FEFBC;
}
</style>