Shades of Turquoise #3FFEDD
Tints of Turquoise #3FFEDD
RGB
CMYK
RGB Variations
Color information
#3FFEDD (or 0x3FFEDD) is known color: Turquoise. HEX triplet: 3F, FE and DD. RGB value is (63,254,221). Sum of RGB (Red+Green+Blue) = 63+254+221=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFEDD is #C00122. Grayscale: #C1C1C1. Windows color (decimal): -12583203 or 14548543. OLE color: 14548543.
HSL color Cylindrical-coordinate representation of color #3FFEDD: hue angle of 169.63º 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 #3FFEDD is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 221 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.00 |
| HSL | 169.63º | 0.99% | 0.62% | - |
| HSV(B) | 169.63º | 0.75% | 1% | - |
| XYZ | 50.54 | 77.16 | 80.64 | - |
| YUV | 193.13 | 143.72 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 221 | 0.75 | 0 | 0.13 | 0.00 | 169.63 | 0.99 | 0.62 |
| Hex | 3F | FE | DD | 4B | 0 | D | 0 | AA | 63 | 3E |
| Octal | 77 | 376 | 335 | 113 | 0 | 15 | 0 | 252 | 143 | 76 |
| Binary | 111111 | 11111110 | 11011101 | 1001011 | 0 | 1101 | 0 | 10101010 | 1100011 | 111110 |
Color Harmonies of #3FFEDD
Complementary color
Monochromatic Colors of #3FFEDD
Black with #3FFEDD
Text Example
Text Example
White with #3FFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFEDD; }
p { color: rgb(63,254,221); }
H1.HeaderClassName
{
color: #3FFEDD;
}
.AnyTagClassName
{
color: #3FFEDD;
}
</style>
background-color css
<style>
a { background-color: #3FFEDD; }
a { background-color: rgb(63,254,221); }
div.DivClassName
{
background-color: #3FFEDD;
}
.BgClassName
{
background-color: #3FFEDD;
}
</style>
border-color css
<style>
span { border-color: #3FFEDD; }
span { border-color: rgb(63,254,221); }
td.TdClassName
{
border-color: #3FFEDD;
}
.TagClassName
{
border-color: #3FFEDD;
}
</style>