Shades of Turquoise #3FE6BD
Tints of Turquoise #3FE6BD
RGB
CMYK
RGB Variations
Color information
#3FE6BD (or 0x3FE6BD) is known color: Turquoise. HEX triplet: 3F, E6 and BD. RGB value is (63,230,189). Sum of RGB (Red+Green+Blue) = 63+230+189=482 (63% of max value = 765). Red value is 63 (25% from 255 or 13.07% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE6BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE6BD is #C01942. Grayscale: #AFAFAF. Windows color (decimal): -12589379 or 12445247. OLE color: 12445247.
HSL color Cylindrical-coordinate representation of color #3FE6BD: hue angle of 165.27º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE6BD is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 189 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.10 |
| HSL | 165.27º | 0.77% | 0.57% | - |
| HSV(B) | 165.27º | 0.73% | 0.9% | - |
| XYZ | 39.53 | 61.32 | 57.9 | - |
| YUV | 175.39 | 135.67 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 189 | 0.73 | 0 | 0.18 | 0.10 | 165.27 | 0.77 | 0.57 |
| Hex | 3F | E6 | BD | 49 | 0 | 12 | A | A5 | 4D | 39 |
| Octal | 77 | 346 | 275 | 111 | 0 | 22 | 12 | 245 | 115 | 71 |
| Binary | 111111 | 11100110 | 10111101 | 1001001 | 0 | 10010 | 1010 | 10100101 | 1001101 | 111001 |
Color Harmonies of #3FE6BD
Complementary color
Monochromatic Colors of #3FE6BD
Black with #3FE6BD
Text Example
Text Example
White with #3FE6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE6BD; }
p { color: rgb(63,230,189); }
H1.HeaderClassName
{
color: #3FE6BD;
}
.AnyTagClassName
{
color: #3FE6BD;
}
</style>
background-color css
<style>
a { background-color: #3FE6BD; }
a { background-color: rgb(63,230,189); }
div.DivClassName
{
background-color: #3FE6BD;
}
.BgClassName
{
background-color: #3FE6BD;
}
</style>
border-color css
<style>
span { border-color: #3FE6BD; }
span { border-color: rgb(63,230,189); }
td.TdClassName
{
border-color: #3FE6BD;
}
.TagClassName
{
border-color: #3FE6BD;
}
</style>