Shades of Turquoise #3FFBBA
Tints of Turquoise #3FFBBA
RGB
CMYK
RGB Variations
Color information
#3FFBBA (or 0x3FFBBA) is known color: Turquoise. HEX triplet: 3F, FB and BA. RGB value is (63,251,186). Sum of RGB (Red+Green+Blue) = 63+251+186=500 (66% of max value = 765). Red value is 63 (25% from 255 or 12.6% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBBA is #C00445. Grayscale: #BBBBBB. Windows color (decimal): -12584006 or 12254015. OLE color: 12254015.
HSL color Cylindrical-coordinate representation of color #3FFBBA: hue angle of 159.26º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFBBA is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 186 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.02 |
| HSL | 159.26º | 0.96% | 0.62% | - |
| HSV(B) | 159.26º | 0.75% | 0.98% | - |
| XYZ | 45.41 | 73.6 | 58.27 | - |
| YUV | 187.38 | 127.22 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 186 | 0.75 | 0 | 0.26 | 0.02 | 159.26 | 0.96 | 0.62 |
| Hex | 3F | FB | BA | 4B | 0 | 1A | 2 | 9F | 60 | 3E |
| Octal | 77 | 373 | 272 | 113 | 0 | 32 | 2 | 237 | 140 | 76 |
| Binary | 111111 | 11111011 | 10111010 | 1001011 | 0 | 11010 | 10 | 10011111 | 1100000 | 111110 |
Color Harmonies of #3FFBBA
Complementary color
Monochromatic Colors of #3FFBBA
Black with #3FFBBA
Text Example
Text Example
White with #3FFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBBA; }
p { color: rgb(63,251,186); }
H1.HeaderClassName
{
color: #3FFBBA;
}
.AnyTagClassName
{
color: #3FFBBA;
}
</style>
background-color css
<style>
a { background-color: #3FFBBA; }
a { background-color: rgb(63,251,186); }
div.DivClassName
{
background-color: #3FFBBA;
}
.BgClassName
{
background-color: #3FFBBA;
}
</style>
border-color css
<style>
span { border-color: #3FFBBA; }
span { border-color: rgb(63,251,186); }
td.TdClassName
{
border-color: #3FFBBA;
}
.TagClassName
{
border-color: #3FFBBA;
}
</style>