Shades of Turquoise #3FE3BC
Tints of Turquoise #3FE3BC
RGB
CMYK
RGB Variations
Color information
#3FE3BC (or 0x3FE3BC) is known color: Turquoise. HEX triplet: 3F, E3 and BC. RGB value is (63,227,188). Sum of RGB (Red+Green+Blue) = 63+227+188=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE3BC is #C01C43. Grayscale: #ADADAD. Windows color (decimal): -12590148 or 12378943. OLE color: 12378943.
HSL color Cylindrical-coordinate representation of color #3FE3BC: hue angle of 165.73º 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 #3FE3BC is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 188 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.11 |
| HSL | 165.73º | 0.75% | 0.57% | - |
| HSV(B) | 165.73º | 0.72% | 0.89% | - |
| XYZ | 38.6 | 59.63 | 57.05 | - |
| YUV | 173.52 | 136.17 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 188 | 0.72 | 0 | 0.17 | 0.11 | 165.73 | 0.75 | 0.57 |
| Hex | 3F | E3 | BC | 48 | 0 | 11 | B | A6 | 4B | 39 |
| Octal | 77 | 343 | 274 | 110 | 0 | 21 | 13 | 246 | 113 | 71 |
| Binary | 111111 | 11100011 | 10111100 | 1001000 | 0 | 10001 | 1011 | 10100110 | 1001011 | 111001 |
Color Harmonies of #3FE3BC
Complementary color
Monochromatic Colors of #3FE3BC
Black with #3FE3BC
Text Example
Text Example
White with #3FE3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE3BC; }
p { color: rgb(63,227,188); }
H1.HeaderClassName
{
color: #3FE3BC;
}
.AnyTagClassName
{
color: #3FE3BC;
}
</style>
background-color css
<style>
a { background-color: #3FE3BC; }
a { background-color: rgb(63,227,188); }
div.DivClassName
{
background-color: #3FE3BC;
}
.BgClassName
{
background-color: #3FE3BC;
}
</style>
border-color css
<style>
span { border-color: #3FE3BC; }
span { border-color: rgb(63,227,188); }
td.TdClassName
{
border-color: #3FE3BC;
}
.TagClassName
{
border-color: #3FE3BC;
}
</style>