Shades of Turquoise #3EE7CF
Tints of Turquoise #3EE7CF
RGB
CMYK
RGB Variations
Color information
#3EE7CF (or 0x3EE7CF) is known color: Turquoise. HEX triplet: 3E, E7 and CF. RGB value is (62,231,207). Sum of RGB (Red+Green+Blue) = 62+231+207=500 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.4% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #3EE7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE7CF is #C11830. Grayscale: #B1B1B1. Windows color (decimal): -12654641 or 13625150. OLE color: 13625150.
HSL color Cylindrical-coordinate representation of color #3EE7CF: hue angle of 171.48º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE7CF is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 231 | 207 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.09 |
| HSL | 171.48º | 0.78% | 0.57% | - |
| HSV(B) | 171.48º | 0.73% | 0.91% | - |
| XYZ | 41.83 | 62.68 | 68.93 | - |
| YUV | 177.73 | 144.51 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 231 | 207 | 0.73 | 0 | 0.10 | 0.09 | 171.48 | 0.78 | 0.57 |
| Hex | 3E | E7 | CF | 49 | 0 | A | 9 | AB | 4E | 39 |
| Octal | 76 | 347 | 317 | 111 | 0 | 12 | 11 | 253 | 116 | 71 |
| Binary | 111110 | 11100111 | 11001111 | 1001001 | 0 | 1010 | 1001 | 10101011 | 1001110 | 111001 |
Color Harmonies of #3EE7CF
Complementary color
Monochromatic Colors of #3EE7CF
Black with #3EE7CF
Text Example
Text Example
White with #3EE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE7CF; }
p { color: rgb(62,231,207); }
H1.HeaderClassName
{
color: #3EE7CF;
}
.AnyTagClassName
{
color: #3EE7CF;
}
</style>
background-color css
<style>
a { background-color: #3EE7CF; }
a { background-color: rgb(62,231,207); }
div.DivClassName
{
background-color: #3EE7CF;
}
.BgClassName
{
background-color: #3EE7CF;
}
</style>
border-color css
<style>
span { border-color: #3EE7CF; }
span { border-color: rgb(62,231,207); }
td.TdClassName
{
border-color: #3EE7CF;
}
.TagClassName
{
border-color: #3EE7CF;
}
</style>