Shades of Turquoise #3FFFE6
Tints of Turquoise #3FFFE6
RGB
CMYK
RGB Variations
Color information
#3FFFE6 (or 0x3FFFE6) is known color: Turquoise. HEX triplet: 3F, FF and E6. RGB value is (63,255,230). Sum of RGB (Red+Green+Blue) = 63+255+230=548 (72% of max value = 765). Red value is 63 (25% from 255 or 11.50% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFFE6 is #C00019. Grayscale: #C2C2C2. Windows color (decimal): -12582938 or 15138623. OLE color: 15138623.
HSL color Cylindrical-coordinate representation of color #3FFFE6: hue angle of 172.19º 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 #3FFFE6 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 230 | - |
| CMYK | 0.75 | 0 | 0.10 | 0 |
| HSL | 172.19º | 1% | 0.62% | - |
| HSV(B) | 172.19º | 0.75% | 1% | - |
| XYZ | 52.09 | 78.29 | 87.23 | - |
| YUV | 194.74 | 147.89 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 230 | 0.75 | 0 | 0.10 | 0 | 172.19 | 1 | 0.62 |
| Hex | 3F | FF | E6 | 4B | 0 | A | 0 | AC | 64 | 3E |
| Octal | 77 | 377 | 346 | 113 | 0 | 12 | 0 | 254 | 144 | 76 |
| Binary | 111111 | 11111111 | 11100110 | 1001011 | 0 | 1010 | 0 | 10101100 | 1100100 | 111110 |
Color Harmonies of #3FFFE6
Complementary color
Monochromatic Colors of #3FFFE6
Black with #3FFFE6
Text Example
Text Example
White with #3FFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFE6; }
p { color: rgb(63,255,230); }
H1.HeaderClassName
{
color: #3FFFE6;
}
.AnyTagClassName
{
color: #3FFFE6;
}
</style>
background-color css
<style>
a { background-color: #3FFFE6; }
a { background-color: rgb(63,255,230); }
div.DivClassName
{
background-color: #3FFFE6;
}
.BgClassName
{
background-color: #3FFFE6;
}
</style>
border-color css
<style>
span { border-color: #3FFFE6; }
span { border-color: rgb(63,255,230); }
td.TdClassName
{
border-color: #3FFFE6;
}
.TagClassName
{
border-color: #3FFFE6;
}
</style>