Shades of Turquoise #3FFACE
Tints of Turquoise #3FFACE
RGB
CMYK
RGB Variations
Color information
#3FFACE (or 0x3FFACE) is known color: Turquoise. HEX triplet: 3F, FA and CE. RGB value is (63,250,206). Sum of RGB (Red+Green+Blue) = 63+250+206=519 (68% of max value = 765). Red value is 63 (25% from 255 or 12.14% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFACE is #C00531. Grayscale: #BDBDBD. Windows color (decimal): -12584242 or 13564479. OLE color: 13564479.
HSL color Cylindrical-coordinate representation of color #3FFACE: hue angle of 165.88º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFACE is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 206 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.02 |
| HSL | 165.88º | 0.95% | 0.61% | - |
| HSV(B) | 165.88º | 0.75% | 0.98% | - |
| XYZ | 47.38 | 73.88 | 70.16 | - |
| YUV | 189.07 | 137.55 | 38.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 206 | 0.75 | 0 | 0.18 | 0.02 | 165.88 | 0.95 | 0.61 |
| Hex | 3F | FA | CE | 4B | 0 | 12 | 2 | A6 | 5F | 3D |
| Octal | 77 | 372 | 316 | 113 | 0 | 22 | 2 | 246 | 137 | 75 |
| Binary | 111111 | 11111010 | 11001110 | 1001011 | 0 | 10010 | 10 | 10100110 | 1011111 | 111101 |
Color Harmonies of #3FFACE
Complementary color
Monochromatic Colors of #3FFACE
Black with #3FFACE
Text Example
Text Example
White with #3FFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFACE; }
p { color: rgb(63,250,206); }
H1.HeaderClassName
{
color: #3FFACE;
}
.AnyTagClassName
{
color: #3FFACE;
}
</style>
background-color css
<style>
a { background-color: #3FFACE; }
a { background-color: rgb(63,250,206); }
div.DivClassName
{
background-color: #3FFACE;
}
.BgClassName
{
background-color: #3FFACE;
}
</style>
border-color css
<style>
span { border-color: #3FFACE; }
span { border-color: rgb(63,250,206); }
td.TdClassName
{
border-color: #3FFACE;
}
.TagClassName
{
border-color: #3FFACE;
}
</style>