Shades of Turquoise #3FFCAE
Tints of Turquoise #3FFCAE
RGB
CMYK
RGB Variations
Color information
#3FFCAE (or 0x3FFCAE) is known color: Turquoise. HEX triplet: 3F, FC and AE. RGB value is (63,252,174). Sum of RGB (Red+Green+Blue) = 63+252+174=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFCAE is #C00351. Grayscale: #BABABA. Windows color (decimal): -12583762 or 11467839. OLE color: 11467839.
HSL color Cylindrical-coordinate representation of color #3FFCAE: hue angle of 155.24º 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 #3FFCAE is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 174 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.01 |
| HSL | 155.24º | 0.97% | 0.62% | - |
| HSV(B) | 155.24º | 0.75% | 0.99% | - |
| XYZ | 44.5 | 73.73 | 51.93 | - |
| YUV | 186.6 | 120.88 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 174 | 0.75 | 0 | 0.31 | 0.01 | 155.24 | 0.97 | 0.62 |
| Hex | 3F | FC | AE | 4B | 0 | 1F | 1 | 9B | 61 | 3E |
| Octal | 77 | 374 | 256 | 113 | 0 | 37 | 1 | 233 | 141 | 76 |
| Binary | 111111 | 11111100 | 10101110 | 1001011 | 0 | 11111 | 1 | 10011011 | 1100001 | 111110 |
Color Harmonies of #3FFCAE
Complementary color
Monochromatic Colors of #3FFCAE
Black with #3FFCAE
Text Example
Text Example
White with #3FFCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCAE; }
p { color: rgb(63,252,174); }
H1.HeaderClassName
{
color: #3FFCAE;
}
.AnyTagClassName
{
color: #3FFCAE;
}
</style>
background-color css
<style>
a { background-color: #3FFCAE; }
a { background-color: rgb(63,252,174); }
div.DivClassName
{
background-color: #3FFCAE;
}
.BgClassName
{
background-color: #3FFCAE;
}
</style>
border-color css
<style>
span { border-color: #3FFCAE; }
span { border-color: rgb(63,252,174); }
td.TdClassName
{
border-color: #3FFCAE;
}
.TagClassName
{
border-color: #3FFCAE;
}
</style>