Shades of Turquoise #3EFFED
Tints of Turquoise #3EFFED
RGB
CMYK
RGB Variations
Color information
#3EFFED (or 0x3EFFED) is known color: Turquoise. HEX triplet: 3E, FF and ED. RGB value is (62,255,237). Sum of RGB (Red+Green+Blue) = 62+255+237=554 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.19% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFFED is #C10012. Grayscale: #C3C3C3. Windows color (decimal): -12648467 or 15597374. OLE color: 15597374.
HSL color Cylindrical-coordinate representation of color #3EFFED: hue angle of 174.4º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFED is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 237 | - |
| CMYK | 0.76 | 0 | 0.07 | 0 |
| HSL | 174.4º | 1% | 0.62% | - |
| HSV(B) | 174.4º | 0.76% | 1% | - |
| XYZ | 53.03 | 78.66 | 92.51 | - |
| YUV | 195.24 | 151.56 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 237 | 0.76 | 0 | 0.07 | 0 | 174.4 | 1 | 0.62 |
| Hex | 3E | FF | ED | 4C | 0 | 7 | 0 | AE | 64 | 3E |
| Octal | 76 | 377 | 355 | 114 | 0 | 7 | 0 | 256 | 144 | 76 |
| Binary | 111110 | 11111111 | 11101101 | 1001100 | 0 | 111 | 0 | 10101110 | 1100100 | 111110 |
Color Harmonies of #3EFFED
Complementary color
Monochromatic Colors of #3EFFED
Black with #3EFFED
Text Example
Text Example
White with #3EFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFED; }
p { color: rgb(62,255,237); }
H1.HeaderClassName
{
color: #3EFFED;
}
.AnyTagClassName
{
color: #3EFFED;
}
</style>
background-color css
<style>
a { background-color: #3EFFED; }
a { background-color: rgb(62,255,237); }
div.DivClassName
{
background-color: #3EFFED;
}
.BgClassName
{
background-color: #3EFFED;
}
</style>
border-color css
<style>
span { border-color: #3EFFED; }
span { border-color: rgb(62,255,237); }
td.TdClassName
{
border-color: #3EFFED;
}
.TagClassName
{
border-color: #3EFFED;
}
</style>