Shades of Turquoise #3FFFF1
Tints of Turquoise #3FFFF1
RGB
CMYK
RGB Variations
Color information
#3FFFF1 (or 0x3FFFF1) is known color: Turquoise. HEX triplet: 3F, FF and F1. RGB value is (63,255,241). Sum of RGB (Red+Green+Blue) = 63+255+241=559 (74% of max value = 765). Red value is 63 (25% from 255 or 11.27% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFFF1 is #C0000E. Grayscale: #C3C3C3. Windows color (decimal): -12582927 or 15859519. OLE color: 15859519.
HSL color Cylindrical-coordinate representation of color #3FFFF1: hue angle of 175.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 #3FFFF1 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 241 | - |
| CMYK | 0.75 | 0 | 0.05 | 0 |
| HSL | 175.63º | 1% | 0.62% | - |
| HSV(B) | 175.63º | 0.75% | 1% | - |
| XYZ | 53.69 | 78.93 | 95.62 | - |
| YUV | 196 | 153.39 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 241 | 0.75 | 0 | 0.05 | 0 | 175.63 | 1 | 0.62 |
| Hex | 3F | FF | F1 | 4B | 0 | 5 | 0 | B0 | 64 | 3E |
| Octal | 77 | 377 | 361 | 113 | 0 | 5 | 0 | 260 | 144 | 76 |
| Binary | 111111 | 11111111 | 11110001 | 1001011 | 0 | 101 | 0 | 10110000 | 1100100 | 111110 |
Color Harmonies of #3FFFF1
Complementary color
Monochromatic Colors of #3FFFF1
Black with #3FFFF1
Text Example
Text Example
White with #3FFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFF1; }
p { color: rgb(63,255,241); }
H1.HeaderClassName
{
color: #3FFFF1;
}
.AnyTagClassName
{
color: #3FFFF1;
}
</style>
background-color css
<style>
a { background-color: #3FFFF1; }
a { background-color: rgb(63,255,241); }
div.DivClassName
{
background-color: #3FFFF1;
}
.BgClassName
{
background-color: #3FFFF1;
}
</style>
border-color css
<style>
span { border-color: #3FFFF1; }
span { border-color: rgb(63,255,241); }
td.TdClassName
{
border-color: #3FFFF1;
}
.TagClassName
{
border-color: #3FFFF1;
}
</style>