Shades of Turquoise #3FEDBE
Tints of Turquoise #3FEDBE
RGB
CMYK
RGB Variations
Color information
#3FEDBE (or 0x3FEDBE) is known color: Turquoise. HEX triplet: 3F, ED and BE. RGB value is (63,237,190). Sum of RGB (Red+Green+Blue) = 63+237+190=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDBE is #C01241. Grayscale: #B3B3B3. Windows color (decimal): -12587586 or 12512575. OLE color: 12512575.
HSL color Cylindrical-coordinate representation of color #3FEDBE: hue angle of 163.79º 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 #3FEDBE is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 190 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.07 |
| HSL | 163.79º | 0.83% | 0.59% | - |
| HSV(B) | 163.79º | 0.73% | 0.93% | - |
| XYZ | 41.63 | 65.34 | 59.13 | - |
| YUV | 179.62 | 133.85 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 190 | 0.73 | 0 | 0.20 | 0.07 | 163.79 | 0.83 | 0.59 |
| Hex | 3F | ED | BE | 49 | 0 | 14 | 7 | A4 | 53 | 3B |
| Octal | 77 | 355 | 276 | 111 | 0 | 24 | 7 | 244 | 123 | 73 |
| Binary | 111111 | 11101101 | 10111110 | 1001001 | 0 | 10100 | 111 | 10100100 | 1010011 | 111011 |
Color Harmonies of #3FEDBE
Complementary color
Monochromatic Colors of #3FEDBE
Black with #3FEDBE
Text Example
Text Example
White with #3FEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDBE; }
p { color: rgb(63,237,190); }
H1.HeaderClassName
{
color: #3FEDBE;
}
.AnyTagClassName
{
color: #3FEDBE;
}
</style>
background-color css
<style>
a { background-color: #3FEDBE; }
a { background-color: rgb(63,237,190); }
div.DivClassName
{
background-color: #3FEDBE;
}
.BgClassName
{
background-color: #3FEDBE;
}
</style>
border-color css
<style>
span { border-color: #3FEDBE; }
span { border-color: rgb(63,237,190); }
td.TdClassName
{
border-color: #3FEDBE;
}
.TagClassName
{
border-color: #3FEDBE;
}
</style>