Shades of Turquoise #3FFCAC
Tints of Turquoise #3FFCAC
RGB
CMYK
RGB Variations
Color information
#3FFCAC (or 0x3FFCAC) is known color: Turquoise. HEX triplet: 3F, FC and AC. RGB value is (63,252,172). Sum of RGB (Red+Green+Blue) = 63+252+172=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFCAC is #C00353. Grayscale: #BABABA. Windows color (decimal): -12583764 or 11336767. OLE color: 11336767.
HSL color Cylindrical-coordinate representation of color #3FFCAC: hue angle of 154.6º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFCAC is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 172 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.01 |
| HSL | 154.6º | 0.97% | 0.62% | - |
| HSV(B) | 154.6º | 0.75% | 0.99% | - |
| XYZ | 44.31 | 73.66 | 50.91 | - |
| YUV | 186.37 | 119.88 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 172 | 0.75 | 0 | 0.32 | 0.01 | 154.6 | 0.97 | 0.62 |
| Hex | 3F | FC | AC | 4B | 0 | 20 | 1 | 9B | 61 | 3E |
| Octal | 77 | 374 | 254 | 113 | 0 | 40 | 1 | 233 | 141 | 76 |
| Binary | 111111 | 11111100 | 10101100 | 1001011 | 0 | 100000 | 1 | 10011011 | 1100001 | 111110 |
Color Harmonies of #3FFCAC
Complementary color
Monochromatic Colors of #3FFCAC
Black with #3FFCAC
Text Example
Text Example
White with #3FFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCAC; }
p { color: rgb(63,252,172); }
H1.HeaderClassName
{
color: #3FFCAC;
}
.AnyTagClassName
{
color: #3FFCAC;
}
</style>
background-color css
<style>
a { background-color: #3FFCAC; }
a { background-color: rgb(63,252,172); }
div.DivClassName
{
background-color: #3FFCAC;
}
.BgClassName
{
background-color: #3FFCAC;
}
</style>
border-color css
<style>
span { border-color: #3FFCAC; }
span { border-color: rgb(63,252,172); }
td.TdClassName
{
border-color: #3FFCAC;
}
.TagClassName
{
border-color: #3FFCAC;
}
</style>