Shades of Turquoise #3FF6BE
Tints of Turquoise #3FF6BE
RGB
CMYK
RGB Variations
Color information
#3FF6BE (or 0x3FF6BE) is known color: Turquoise. HEX triplet: 3F, F6 and BE. RGB value is (63,246,190). Sum of RGB (Red+Green+Blue) = 63+246+190=499 (66% of max value = 765). Red value is 63 (25% from 255 or 12.63% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF6BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF6BE is #C00941. Grayscale: #B8B8B8. Windows color (decimal): -12585282 or 12514879. OLE color: 12514879.
HSL color Cylindrical-coordinate representation of color #3FF6BE: hue angle of 161.64º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF6BE is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 190 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.04 |
| HSL | 161.64º | 0.91% | 0.61% | - |
| HSV(B) | 161.64º | 0.74% | 0.96% | - |
| XYZ | 44.3 | 70.69 | 60.02 | - |
| YUV | 184.9 | 130.87 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 190 | 0.74 | 0 | 0.23 | 0.04 | 161.64 | 0.91 | 0.61 |
| Hex | 3F | F6 | BE | 4A | 0 | 17 | 4 | A2 | 5B | 3D |
| Octal | 77 | 366 | 276 | 112 | 0 | 27 | 4 | 242 | 133 | 75 |
| Binary | 111111 | 11110110 | 10111110 | 1001010 | 0 | 10111 | 100 | 10100010 | 1011011 | 111101 |
Color Harmonies of #3FF6BE
Complementary color
Monochromatic Colors of #3FF6BE
Black with #3FF6BE
Text Example
Text Example
White with #3FF6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF6BE; }
p { color: rgb(63,246,190); }
H1.HeaderClassName
{
color: #3FF6BE;
}
.AnyTagClassName
{
color: #3FF6BE;
}
</style>
background-color css
<style>
a { background-color: #3FF6BE; }
a { background-color: rgb(63,246,190); }
div.DivClassName
{
background-color: #3FF6BE;
}
.BgClassName
{
background-color: #3FF6BE;
}
</style>
border-color css
<style>
span { border-color: #3FF6BE; }
span { border-color: rgb(63,246,190); }
td.TdClassName
{
border-color: #3FF6BE;
}
.TagClassName
{
border-color: #3FF6BE;
}
</style>