Shades of Turquoise #3FFAC7
Tints of Turquoise #3FFAC7
RGB
CMYK
RGB Variations
Color information
#3FFAC7 (or 0x3FFAC7) is known color: Turquoise. HEX triplet: 3F, FA and C7. RGB value is (63,250,199). Sum of RGB (Red+Green+Blue) = 63+250+199=512 (67% of max value = 765). Red value is 63 (25% from 255 or 12.30% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAC7 is #C00538. Grayscale: #BCBCBC. Windows color (decimal): -12584249 or 13105727. OLE color: 13105727.
HSL color Cylindrical-coordinate representation of color #3FFAC7: hue angle of 163.64º 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 #3FFAC7 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 199 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.02 |
| HSL | 163.64º | 0.95% | 0.61% | - |
| HSV(B) | 163.64º | 0.75% | 0.98% | - |
| XYZ | 46.54 | 73.55 | 65.78 | - |
| YUV | 188.27 | 134.05 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 199 | 0.75 | 0 | 0.20 | 0.02 | 163.64 | 0.95 | 0.61 |
| Hex | 3F | FA | C7 | 4B | 0 | 14 | 2 | A4 | 5F | 3D |
| Octal | 77 | 372 | 307 | 113 | 0 | 24 | 2 | 244 | 137 | 75 |
| Binary | 111111 | 11111010 | 11000111 | 1001011 | 0 | 10100 | 10 | 10100100 | 1011111 | 111101 |
Color Harmonies of #3FFAC7
Complementary color
Monochromatic Colors of #3FFAC7
Black with #3FFAC7
Text Example
Text Example
White with #3FFAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAC7; }
p { color: rgb(63,250,199); }
H1.HeaderClassName
{
color: #3FFAC7;
}
.AnyTagClassName
{
color: #3FFAC7;
}
</style>
background-color css
<style>
a { background-color: #3FFAC7; }
a { background-color: rgb(63,250,199); }
div.DivClassName
{
background-color: #3FFAC7;
}
.BgClassName
{
background-color: #3FFAC7;
}
</style>
border-color css
<style>
span { border-color: #3FFAC7; }
span { border-color: rgb(63,250,199); }
td.TdClassName
{
border-color: #3FFAC7;
}
.TagClassName
{
border-color: #3FFAC7;
}
</style>