Shades of Turquoise #3FFFE1
Tints of Turquoise #3FFFE1
RGB
CMYK
RGB Variations
Color information
#3FFFE1 (or 0x3FFFE1) is known color: Turquoise. HEX triplet: 3F, FF and E1. RGB value is (63,255,225). Sum of RGB (Red+Green+Blue) = 63+255+225=543 (71% of max value = 765). Red value is 63 (25% from 255 or 11.60% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFE1 is #C0001E. Grayscale: #C2C2C2. Windows color (decimal): -12582943 or 14810943. OLE color: 14810943.
HSL color Cylindrical-coordinate representation of color #3FFFE1: hue angle of 170.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFE1 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 225 | - |
| CMYK | 0.75 | 0 | 0.12 | 0 |
| HSL | 170.63º | 1% | 0.62% | - |
| HSV(B) | 170.63º | 0.75% | 1% | - |
| XYZ | 51.4 | 78.01 | 83.58 | - |
| YUV | 194.17 | 145.39 | 34.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 225 | 0.75 | 0 | 0.12 | 0 | 170.63 | 1 | 0.62 |
| Hex | 3F | FF | E1 | 4B | 0 | C | 0 | AB | 64 | 3E |
| Octal | 77 | 377 | 341 | 113 | 0 | 14 | 0 | 253 | 144 | 76 |
| Binary | 111111 | 11111111 | 11100001 | 1001011 | 0 | 1100 | 0 | 10101011 | 1100100 | 111110 |
Color Harmonies of #3FFFE1
Complementary color
Monochromatic Colors of #3FFFE1
Black with #3FFFE1
Text Example
Text Example
White with #3FFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFE1; }
p { color: rgb(63,255,225); }
H1.HeaderClassName
{
color: #3FFFE1;
}
.AnyTagClassName
{
color: #3FFFE1;
}
</style>
background-color css
<style>
a { background-color: #3FFFE1; }
a { background-color: rgb(63,255,225); }
div.DivClassName
{
background-color: #3FFFE1;
}
.BgClassName
{
background-color: #3FFFE1;
}
</style>
border-color css
<style>
span { border-color: #3FFFE1; }
span { border-color: rgb(63,255,225); }
td.TdClassName
{
border-color: #3FFFE1;
}
.TagClassName
{
border-color: #3FFFE1;
}
</style>