Shades of Turquoise #3FFCE1
Tints of Turquoise #3FFCE1
RGB
CMYK
RGB Variations
Color information
#3FFCE1 (or 0x3FFCE1) is known color: Turquoise. HEX triplet: 3F, FC and E1. RGB value is (63,252,225). Sum of RGB (Red+Green+Blue) = 63+252+225=540 (71% of max value = 765). Red value is 63 (25% from 255 or 11.67% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFCE1 is #C0031E. Grayscale: #C0C0C0. Windows color (decimal): -12583711 or 14810175. OLE color: 14810175.
HSL color Cylindrical-coordinate representation of color #3FFCE1: hue angle of 171.43º 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 #3FFCE1 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 225 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.01 |
| HSL | 171.43º | 0.97% | 0.62% | - |
| HSV(B) | 171.43º | 0.75% | 0.99% | - |
| XYZ | 50.45 | 76.11 | 83.27 | - |
| YUV | 192.41 | 146.38 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 225 | 0.75 | 0 | 0.11 | 0.01 | 171.43 | 0.97 | 0.62 |
| Hex | 3F | FC | E1 | 4B | 0 | B | 1 | AB | 61 | 3E |
| Octal | 77 | 374 | 341 | 113 | 0 | 13 | 1 | 253 | 141 | 76 |
| Binary | 111111 | 11111100 | 11100001 | 1001011 | 0 | 1011 | 1 | 10101011 | 1100001 | 111110 |
Color Harmonies of #3FFCE1
Complementary color
Monochromatic Colors of #3FFCE1
Black with #3FFCE1
Text Example
Text Example
White with #3FFCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCE1; }
p { color: rgb(63,252,225); }
H1.HeaderClassName
{
color: #3FFCE1;
}
.AnyTagClassName
{
color: #3FFCE1;
}
</style>
background-color css
<style>
a { background-color: #3FFCE1; }
a { background-color: rgb(63,252,225); }
div.DivClassName
{
background-color: #3FFCE1;
}
.BgClassName
{
background-color: #3FFCE1;
}
</style>
border-color css
<style>
span { border-color: #3FFCE1; }
span { border-color: rgb(63,252,225); }
td.TdClassName
{
border-color: #3FFCE1;
}
.TagClassName
{
border-color: #3FFCE1;
}
</style>