Shades of Turquoise #3FEADA
Tints of Turquoise #3FEADA
RGB
CMYK
RGB Variations
Color information
#3FEADA (or 0x3FEADA) is known color: Turquoise. HEX triplet: 3F, EA and DA. RGB value is (63,234,218). Sum of RGB (Red+Green+Blue) = 63+234+218=515 (68% of max value = 765). Red value is 63 (25% from 255 or 12.23% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEADA is #C01525. Grayscale: #B4B4B4. Windows color (decimal): -12588326 or 14346815. OLE color: 14346815.
HSL color Cylindrical-coordinate representation of color #3FEADA: hue angle of 174.39º 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 #3FEADA is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 218 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.08 |
| HSL | 174.39º | 0.8% | 0.58% | - |
| HSV(B) | 174.39º | 0.73% | 0.92% | - |
| XYZ | 44.13 | 64.96 | 76.54 | - |
| YUV | 181.05 | 148.85 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 218 | 0.73 | 0 | 0.07 | 0.08 | 174.39 | 0.8 | 0.58 |
| Hex | 3F | EA | DA | 49 | 0 | 7 | 8 | AE | 50 | 3A |
| Octal | 77 | 352 | 332 | 111 | 0 | 7 | 10 | 256 | 120 | 72 |
| Binary | 111111 | 11101010 | 11011010 | 1001001 | 0 | 111 | 1000 | 10101110 | 1010000 | 111010 |
Color Harmonies of #3FEADA
Complementary color
Monochromatic Colors of #3FEADA
Black with #3FEADA
Text Example
Text Example
White with #3FEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEADA; }
p { color: rgb(63,234,218); }
H1.HeaderClassName
{
color: #3FEADA;
}
.AnyTagClassName
{
color: #3FEADA;
}
</style>
background-color css
<style>
a { background-color: #3FEADA; }
a { background-color: rgb(63,234,218); }
div.DivClassName
{
background-color: #3FEADA;
}
.BgClassName
{
background-color: #3FEADA;
}
</style>
border-color css
<style>
span { border-color: #3FEADA; }
span { border-color: rgb(63,234,218); }
td.TdClassName
{
border-color: #3FEADA;
}
.TagClassName
{
border-color: #3FEADA;
}
</style>