Shades of Turquoise #3FEEBF
Tints of Turquoise #3FEEBF
RGB
CMYK
RGB Variations
Color information
#3FEEBF (or 0x3FEEBF) is known color: Turquoise. HEX triplet: 3F, EE and BF. RGB value is (63,238,191). Sum of RGB (Red+Green+Blue) = 63+238+191=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEEBF is #C01140. Grayscale: #B4B4B4. Windows color (decimal): -12587329 or 12578367. OLE color: 12578367.
HSL color Cylindrical-coordinate representation of color #3FEEBF: hue angle of 163.89º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEEBF is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 191 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.07 |
| HSL | 163.89º | 0.84% | 0.59% | - |
| HSV(B) | 163.89º | 0.74% | 0.93% | - |
| XYZ | 42.03 | 65.97 | 59.81 | - |
| YUV | 180.32 | 134.02 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 191 | 0.74 | 0 | 0.20 | 0.07 | 163.89 | 0.84 | 0.59 |
| Hex | 3F | EE | BF | 4A | 0 | 14 | 7 | A4 | 54 | 3B |
| Octal | 77 | 356 | 277 | 112 | 0 | 24 | 7 | 244 | 124 | 73 |
| Binary | 111111 | 11101110 | 10111111 | 1001010 | 0 | 10100 | 111 | 10100100 | 1010100 | 111011 |
Color Harmonies of #3FEEBF
Complementary color
Monochromatic Colors of #3FEEBF
Black with #3FEEBF
Text Example
Text Example
White with #3FEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEBF; }
p { color: rgb(63,238,191); }
H1.HeaderClassName
{
color: #3FEEBF;
}
.AnyTagClassName
{
color: #3FEEBF;
}
</style>
background-color css
<style>
a { background-color: #3FEEBF; }
a { background-color: rgb(63,238,191); }
div.DivClassName
{
background-color: #3FEEBF;
}
.BgClassName
{
background-color: #3FEEBF;
}
</style>
border-color css
<style>
span { border-color: #3FEEBF; }
span { border-color: rgb(63,238,191); }
td.TdClassName
{
border-color: #3FEEBF;
}
.TagClassName
{
border-color: #3FEEBF;
}
</style>