Shades of Turquoise #3FEAE0
Tints of Turquoise #3FEAE0
RGB
CMYK
RGB Variations
Color information
#3FEAE0 (or 0x3FEAE0) is known color: Turquoise. HEX triplet: 3F, EA and E0. RGB value is (63,234,224). Sum of RGB (Red+Green+Blue) = 63+234+224=521 (69% of max value = 765). Red value is 63 (25% from 255 or 12.09% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAE0 is #C0151F. Grayscale: #B5B5B5. Windows color (decimal): -12588320 or 14740031. OLE color: 14740031.
HSL color Cylindrical-coordinate representation of color #3FEAE0: hue angle of 176.49º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEAE0 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 224 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.08 |
| HSL | 176.49º | 0.8% | 0.58% | - |
| HSV(B) | 176.49º | 0.73% | 0.92% | - |
| XYZ | 44.93 | 65.28 | 80.75 | - |
| YUV | 181.73 | 151.85 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 224 | 0.73 | 0 | 0.04 | 0.08 | 176.49 | 0.8 | 0.58 |
| Hex | 3F | EA | E0 | 49 | 0 | 4 | 8 | B0 | 50 | 3A |
| Octal | 77 | 352 | 340 | 111 | 0 | 4 | 10 | 260 | 120 | 72 |
| Binary | 111111 | 11101010 | 11100000 | 1001001 | 0 | 100 | 1000 | 10110000 | 1010000 | 111010 |
Color Harmonies of #3FEAE0
Complementary color
Monochromatic Colors of #3FEAE0
Black with #3FEAE0
Text Example
Text Example
White with #3FEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAE0; }
p { color: rgb(63,234,224); }
H1.HeaderClassName
{
color: #3FEAE0;
}
.AnyTagClassName
{
color: #3FEAE0;
}
</style>
background-color css
<style>
a { background-color: #3FEAE0; }
a { background-color: rgb(63,234,224); }
div.DivClassName
{
background-color: #3FEAE0;
}
.BgClassName
{
background-color: #3FEAE0;
}
</style>
border-color css
<style>
span { border-color: #3FEAE0; }
span { border-color: rgb(63,234,224); }
td.TdClassName
{
border-color: #3FEAE0;
}
.TagClassName
{
border-color: #3FEAE0;
}
</style>