Shades of Turquoise #3FFEDA
Tints of Turquoise #3FFEDA
RGB
CMYK
RGB Variations
Color information
#3FFEDA (or 0x3FFEDA) is known color: Turquoise. HEX triplet: 3F, FE and DA. RGB value is (63,254,218). Sum of RGB (Red+Green+Blue) = 63+254+218=535 (70% of max value = 765). Red value is 63 (25% from 255 or 11.78% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFEDA is #C00125. Grayscale: #C0C0C0. Windows color (decimal): -12583206 or 14351935. OLE color: 14351935.
HSL color Cylindrical-coordinate representation of color #3FFEDA: hue angle of 168.69º 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 #3FFEDA is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 218 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.00 |
| HSL | 168.69º | 0.99% | 0.62% | - |
| HSV(B) | 168.69º | 0.75% | 1% | - |
| XYZ | 50.15 | 77 | 78.55 | - |
| YUV | 192.79 | 142.22 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 218 | 0.75 | 0 | 0.14 | 0.00 | 168.69 | 0.99 | 0.62 |
| Hex | 3F | FE | DA | 4B | 0 | E | 0 | A9 | 63 | 3E |
| Octal | 77 | 376 | 332 | 113 | 0 | 16 | 0 | 251 | 143 | 76 |
| Binary | 111111 | 11111110 | 11011010 | 1001011 | 0 | 1110 | 0 | 10101001 | 1100011 | 111110 |
Color Harmonies of #3FFEDA
Complementary color
Monochromatic Colors of #3FFEDA
Black with #3FFEDA
Text Example
Text Example
White with #3FFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFEDA; }
p { color: rgb(63,254,218); }
H1.HeaderClassName
{
color: #3FFEDA;
}
.AnyTagClassName
{
color: #3FFEDA;
}
</style>
background-color css
<style>
a { background-color: #3FFEDA; }
a { background-color: rgb(63,254,218); }
div.DivClassName
{
background-color: #3FFEDA;
}
.BgClassName
{
background-color: #3FFEDA;
}
</style>
border-color css
<style>
span { border-color: #3FFEDA; }
span { border-color: rgb(63,254,218); }
td.TdClassName
{
border-color: #3FFEDA;
}
.TagClassName
{
border-color: #3FFEDA;
}
</style>