Shades of Turquoise #3FE3BD
Tints of Turquoise #3FE3BD
RGB
CMYK
RGB Variations
Color information
#3FE3BD (or 0x3FE3BD) is known color: Turquoise. HEX triplet: 3F, E3 and BD. RGB value is (63,227,189). Sum of RGB (Red+Green+Blue) = 63+227+189=479 (63% of max value = 765). Red value is 63 (25% from 255 or 13.15% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE3BD is #C01C42. Grayscale: #ADADAD. Windows color (decimal): -12590147 or 12444479. OLE color: 12444479.
HSL color Cylindrical-coordinate representation of color #3FE3BD: hue angle of 166.1º degrees, saturation: 0.75, 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 #3FE3BD is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 189 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.11 |
| HSL | 166.1º | 0.75% | 0.57% | - |
| HSV(B) | 166.1º | 0.72% | 0.89% | - |
| XYZ | 38.7 | 59.67 | 57.62 | - |
| YUV | 173.63 | 136.67 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 189 | 0.72 | 0 | 0.17 | 0.11 | 166.1 | 0.75 | 0.57 |
| Hex | 3F | E3 | BD | 48 | 0 | 11 | B | A6 | 4B | 39 |
| Octal | 77 | 343 | 275 | 110 | 0 | 21 | 13 | 246 | 113 | 71 |
| Binary | 111111 | 11100011 | 10111101 | 1001000 | 0 | 10001 | 1011 | 10100110 | 1001011 | 111001 |
Color Harmonies of #3FE3BD
Complementary color
Monochromatic Colors of #3FE3BD
Black with #3FE3BD
Text Example
Text Example
White with #3FE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE3BD; }
p { color: rgb(63,227,189); }
H1.HeaderClassName
{
color: #3FE3BD;
}
.AnyTagClassName
{
color: #3FE3BD;
}
</style>
background-color css
<style>
a { background-color: #3FE3BD; }
a { background-color: rgb(63,227,189); }
div.DivClassName
{
background-color: #3FE3BD;
}
.BgClassName
{
background-color: #3FE3BD;
}
</style>
border-color css
<style>
span { border-color: #3FE3BD; }
span { border-color: rgb(63,227,189); }
td.TdClassName
{
border-color: #3FE3BD;
}
.TagClassName
{
border-color: #3FE3BD;
}
</style>