Shades of Turquoise #3FEDC9
Tints of Turquoise #3FEDC9
RGB
CMYK
RGB Variations
Color information
#3FEDC9 (or 0x3FEDC9) is known color: Turquoise. HEX triplet: 3F, ED and C9. RGB value is (63,237,201). Sum of RGB (Red+Green+Blue) = 63+237+201=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDC9 is #C01236. Grayscale: #B4B4B4. Windows color (decimal): -12587575 or 13233471. OLE color: 13233471.
HSL color Cylindrical-coordinate representation of color #3FEDC9: hue angle of 167.59º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEDC9 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 201 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.07 |
| HSL | 167.59º | 0.83% | 0.59% | - |
| HSV(B) | 167.59º | 0.73% | 0.93% | - |
| XYZ | 42.88 | 65.84 | 65.71 | - |
| YUV | 180.87 | 139.35 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 201 | 0.73 | 0 | 0.15 | 0.07 | 167.59 | 0.83 | 0.59 |
| Hex | 3F | ED | C9 | 49 | 0 | F | 7 | A8 | 53 | 3B |
| Octal | 77 | 355 | 311 | 111 | 0 | 17 | 7 | 250 | 123 | 73 |
| Binary | 111111 | 11101101 | 11001001 | 1001001 | 0 | 1111 | 111 | 10101000 | 1010011 | 111011 |
Color Harmonies of #3FEDC9
Complementary color
Monochromatic Colors of #3FEDC9
Black with #3FEDC9
Text Example
Text Example
White with #3FEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDC9; }
p { color: rgb(63,237,201); }
H1.HeaderClassName
{
color: #3FEDC9;
}
.AnyTagClassName
{
color: #3FEDC9;
}
</style>
background-color css
<style>
a { background-color: #3FEDC9; }
a { background-color: rgb(63,237,201); }
div.DivClassName
{
background-color: #3FEDC9;
}
.BgClassName
{
background-color: #3FEDC9;
}
</style>
border-color css
<style>
span { border-color: #3FEDC9; }
span { border-color: rgb(63,237,201); }
td.TdClassName
{
border-color: #3FEDC9;
}
.TagClassName
{
border-color: #3FEDC9;
}
</style>