Shades of Turquoise #3FF5BE
Tints of Turquoise #3FF5BE
RGB
CMYK
RGB Variations
Color information
#3FF5BE (or 0x3FF5BE) is known color: Turquoise. HEX triplet: 3F, F5 and BE. RGB value is (63,245,190). Sum of RGB (Red+Green+Blue) = 63+245+190=498 (65% of max value = 765). Red value is 63 (25% from 255 or 12.65% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF5BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF5BE is #C00A41. Grayscale: #B8B8B8. Windows color (decimal): -12585538 or 12514623. OLE color: 12514623.
HSL color Cylindrical-coordinate representation of color #3FF5BE: hue angle of 161.87º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF5BE is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 245 | 190 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.04 |
| HSL | 161.87º | 0.9% | 0.6% | - |
| HSV(B) | 161.87º | 0.74% | 0.96% | - |
| XYZ | 44 | 70.08 | 59.92 | - |
| YUV | 184.31 | 131.2 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 245 | 190 | 0.74 | 0 | 0.22 | 0.04 | 161.87 | 0.9 | 0.6 |
| Hex | 3F | F5 | BE | 4A | 0 | 16 | 4 | A2 | 5A | 3C |
| Octal | 77 | 365 | 276 | 112 | 0 | 26 | 4 | 242 | 132 | 74 |
| Binary | 111111 | 11110101 | 10111110 | 1001010 | 0 | 10110 | 100 | 10100010 | 1011010 | 111100 |
Color Harmonies of #3FF5BE
Complementary color
Monochromatic Colors of #3FF5BE
Black with #3FF5BE
Text Example
Text Example
White with #3FF5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF5BE; }
p { color: rgb(63,245,190); }
H1.HeaderClassName
{
color: #3FF5BE;
}
.AnyTagClassName
{
color: #3FF5BE;
}
</style>
background-color css
<style>
a { background-color: #3FF5BE; }
a { background-color: rgb(63,245,190); }
div.DivClassName
{
background-color: #3FF5BE;
}
.BgClassName
{
background-color: #3FF5BE;
}
</style>
border-color css
<style>
span { border-color: #3FF5BE; }
span { border-color: rgb(63,245,190); }
td.TdClassName
{
border-color: #3FF5BE;
}
.TagClassName
{
border-color: #3FF5BE;
}
</style>