Shades of Turquoise #3FEBBB
Tints of Turquoise #3FEBBB
RGB
CMYK
RGB Variations
Color information
#3FEBBB (or 0x3FEBBB) is known color: Turquoise. HEX triplet: 3F, EB and BB. RGB value is (63,235,187). Sum of RGB (Red+Green+Blue) = 63+235+187=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEBBB is #C01444. Grayscale: #B2B2B2. Windows color (decimal): -12588101 or 12315455. OLE color: 12315455.
HSL color Cylindrical-coordinate representation of color #3FEBBB: hue angle of 163.26º 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 #3FEBBB is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 187 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.08 |
| HSL | 163.26º | 0.81% | 0.58% | - |
| HSV(B) | 163.26º | 0.73% | 0.92% | - |
| XYZ | 40.73 | 64.06 | 57.23 | - |
| YUV | 178.1 | 133.02 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 187 | 0.73 | 0 | 0.20 | 0.08 | 163.26 | 0.81 | 0.58 |
| Hex | 3F | EB | BB | 49 | 0 | 14 | 8 | A3 | 51 | 3A |
| Octal | 77 | 353 | 273 | 111 | 0 | 24 | 10 | 243 | 121 | 72 |
| Binary | 111111 | 11101011 | 10111011 | 1001001 | 0 | 10100 | 1000 | 10100011 | 1010001 | 111010 |
Color Harmonies of #3FEBBB
Complementary color
Monochromatic Colors of #3FEBBB
Black with #3FEBBB
Text Example
Text Example
White with #3FEBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEBBB; }
p { color: rgb(63,235,187); }
H1.HeaderClassName
{
color: #3FEBBB;
}
.AnyTagClassName
{
color: #3FEBBB;
}
</style>
background-color css
<style>
a { background-color: #3FEBBB; }
a { background-color: rgb(63,235,187); }
div.DivClassName
{
background-color: #3FEBBB;
}
.BgClassName
{
background-color: #3FEBBB;
}
</style>
border-color css
<style>
span { border-color: #3FEBBB; }
span { border-color: rgb(63,235,187); }
td.TdClassName
{
border-color: #3FEBBB;
}
.TagClassName
{
border-color: #3FEBBB;
}
</style>