Shades of Turquoise #3FFEE4
Tints of Turquoise #3FFEE4
RGB
CMYK
RGB Variations
Color information
#3FFEE4 (or 0x3FFEE4) is known color: Turquoise. HEX triplet: 3F, FE and E4. RGB value is (63,254,228). Sum of RGB (Red+Green+Blue) = 63+254+228=545 (72% of max value = 765). Red value is 63 (25% from 255 or 11.56% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFEE4 is #C0011B. Grayscale: #C1C1C1. Windows color (decimal): -12583196 or 15007295. OLE color: 15007295.
HSL color Cylindrical-coordinate representation of color #3FFEE4: hue angle of 171.83º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFEE4 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 228 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.00 |
| HSL | 171.83º | 0.99% | 0.62% | - |
| HSV(B) | 171.83º | 0.75% | 1% | - |
| XYZ | 51.5 | 77.54 | 85.65 | - |
| YUV | 193.93 | 147.22 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 228 | 0.75 | 0 | 0.10 | 0.00 | 171.83 | 0.99 | 0.62 |
| Hex | 3F | FE | E4 | 4B | 0 | A | 0 | AC | 63 | 3E |
| Octal | 77 | 376 | 344 | 113 | 0 | 12 | 0 | 254 | 143 | 76 |
| Binary | 111111 | 11111110 | 11100100 | 1001011 | 0 | 1010 | 0 | 10101100 | 1100011 | 111110 |
Color Harmonies of #3FFEE4
Complementary color
Monochromatic Colors of #3FFEE4
Black with #3FFEE4
Text Example
Text Example
White with #3FFEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFEE4; }
p { color: rgb(63,254,228); }
H1.HeaderClassName
{
color: #3FFEE4;
}
.AnyTagClassName
{
color: #3FFEE4;
}
</style>
background-color css
<style>
a { background-color: #3FFEE4; }
a { background-color: rgb(63,254,228); }
div.DivClassName
{
background-color: #3FFEE4;
}
.BgClassName
{
background-color: #3FFEE4;
}
</style>
border-color css
<style>
span { border-color: #3FFEE4; }
span { border-color: rgb(63,254,228); }
td.TdClassName
{
border-color: #3FFEE4;
}
.TagClassName
{
border-color: #3FFEE4;
}
</style>