Shades of Turquoise #3FE2BB
Tints of Turquoise #3FE2BB
RGB
CMYK
RGB Variations
Color information
#3FE2BB (or 0x3FE2BB) is known color: Turquoise. HEX triplet: 3F, E2 and BB. RGB value is (63,226,187). Sum of RGB (Red+Green+Blue) = 63+226+187=476 (63% of max value = 765). Red value is 63 (25% from 255 or 13.24% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE2BB is #C01D44. Grayscale: #ACACAC. Windows color (decimal): -12590405 or 12313151. OLE color: 12313151.
HSL color Cylindrical-coordinate representation of color #3FE2BB: hue angle of 165.64º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE2BB is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 226 | 187 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.11 |
| HSL | 165.64º | 0.74% | 0.57% | - |
| HSV(B) | 165.64º | 0.72% | 0.89% | - |
| XYZ | 38.22 | 59.04 | 56.39 | - |
| YUV | 172.82 | 136 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 226 | 187 | 0.72 | 0 | 0.17 | 0.11 | 165.64 | 0.74 | 0.57 |
| Hex | 3F | E2 | BB | 48 | 0 | 11 | B | A6 | 4A | 39 |
| Octal | 77 | 342 | 273 | 110 | 0 | 21 | 13 | 246 | 112 | 71 |
| Binary | 111111 | 11100010 | 10111011 | 1001000 | 0 | 10001 | 1011 | 10100110 | 1001010 | 111001 |
Color Harmonies of #3FE2BB
Complementary color
Monochromatic Colors of #3FE2BB
Black with #3FE2BB
Text Example
Text Example
White with #3FE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE2BB; }
p { color: rgb(63,226,187); }
H1.HeaderClassName
{
color: #3FE2BB;
}
.AnyTagClassName
{
color: #3FE2BB;
}
</style>
background-color css
<style>
a { background-color: #3FE2BB; }
a { background-color: rgb(63,226,187); }
div.DivClassName
{
background-color: #3FE2BB;
}
.BgClassName
{
background-color: #3FE2BB;
}
</style>
border-color css
<style>
span { border-color: #3FE2BB; }
span { border-color: rgb(63,226,187); }
td.TdClassName
{
border-color: #3FE2BB;
}
.TagClassName
{
border-color: #3FE2BB;
}
</style>