Shades of Turquoise #3FFEDF
Tints of Turquoise #3FFEDF
RGB
CMYK
RGB Variations
Color information
#3FFEDF (or 0x3FFEDF) is known color: Turquoise. HEX triplet: 3F, FE and DF. RGB value is (63,254,223). Sum of RGB (Red+Green+Blue) = 63+254+223=540 (71% of max value = 765). Red value is 63 (25% from 255 or 11.67% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFEDF is #C00120. Grayscale: #C1C1C1. Windows color (decimal): -12583201 or 14679615. OLE color: 14679615.
HSL color Cylindrical-coordinate representation of color #3FFEDF: hue angle of 170.26º 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 #3FFEDF is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 223 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.00 |
| HSL | 170.26º | 0.99% | 0.62% | - |
| HSV(B) | 170.26º | 0.75% | 1% | - |
| XYZ | 50.81 | 77.27 | 82.05 | - |
| YUV | 193.36 | 144.72 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 223 | 0.75 | 0 | 0.12 | 0.00 | 170.26 | 0.99 | 0.62 |
| Hex | 3F | FE | DF | 4B | 0 | C | 0 | AA | 63 | 3E |
| Octal | 77 | 376 | 337 | 113 | 0 | 14 | 0 | 252 | 143 | 76 |
| Binary | 111111 | 11111110 | 11011111 | 1001011 | 0 | 1100 | 0 | 10101010 | 1100011 | 111110 |
Color Harmonies of #3FFEDF
Complementary color
Monochromatic Colors of #3FFEDF
Black with #3FFEDF
Text Example
Text Example
White with #3FFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFEDF; }
p { color: rgb(63,254,223); }
H1.HeaderClassName
{
color: #3FFEDF;
}
.AnyTagClassName
{
color: #3FFEDF;
}
</style>
background-color css
<style>
a { background-color: #3FFEDF; }
a { background-color: rgb(63,254,223); }
div.DivClassName
{
background-color: #3FFEDF;
}
.BgClassName
{
background-color: #3FFEDF;
}
</style>
border-color css
<style>
span { border-color: #3FFEDF; }
span { border-color: rgb(63,254,223); }
td.TdClassName
{
border-color: #3FFEDF;
}
.TagClassName
{
border-color: #3FFEDF;
}
</style>