Shades of Turquoise #3FFAC5
Tints of Turquoise #3FFAC5
RGB
CMYK
RGB Variations
Color information
#3FFAC5 (or 0x3FFAC5) is known color: Turquoise. HEX triplet: 3F, FA and C5. RGB value is (63,250,197). Sum of RGB (Red+Green+Blue) = 63+250+197=510 (67% of max value = 765). Red value is 63 (25% from 255 or 12.35% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAC5 is #C0053A. Grayscale: #BCBCBC. Windows color (decimal): -12584251 or 12974655. OLE color: 12974655.
HSL color Cylindrical-coordinate representation of color #3FFAC5: hue angle of 162.99º 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 #3FFAC5 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 197 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.02 |
| HSL | 162.99º | 0.95% | 0.61% | - |
| HSV(B) | 162.99º | 0.75% | 0.98% | - |
| XYZ | 46.31 | 73.46 | 64.56 | - |
| YUV | 188.05 | 133.05 | 38.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 197 | 0.75 | 0 | 0.21 | 0.02 | 162.99 | 0.95 | 0.61 |
| Hex | 3F | FA | C5 | 4B | 0 | 15 | 2 | A3 | 5F | 3D |
| Octal | 77 | 372 | 305 | 113 | 0 | 25 | 2 | 243 | 137 | 75 |
| Binary | 111111 | 11111010 | 11000101 | 1001011 | 0 | 10101 | 10 | 10100011 | 1011111 | 111101 |
Color Harmonies of #3FFAC5
Complementary color
Monochromatic Colors of #3FFAC5
Black with #3FFAC5
Text Example
Text Example
White with #3FFAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAC5; }
p { color: rgb(63,250,197); }
H1.HeaderClassName
{
color: #3FFAC5;
}
.AnyTagClassName
{
color: #3FFAC5;
}
</style>
background-color css
<style>
a { background-color: #3FFAC5; }
a { background-color: rgb(63,250,197); }
div.DivClassName
{
background-color: #3FFAC5;
}
.BgClassName
{
background-color: #3FFAC5;
}
</style>
border-color css
<style>
span { border-color: #3FFAC5; }
span { border-color: rgb(63,250,197); }
td.TdClassName
{
border-color: #3FFAC5;
}
.TagClassName
{
border-color: #3FFAC5;
}
</style>