Shades of Turquoise #3EF5ED
Tints of Turquoise #3EF5ED
RGB
CMYK
RGB Variations
Color information
#3EF5ED (or 0x3EF5ED) is known color: Turquoise. HEX triplet: 3E, F5 and ED. RGB value is (62,245,237). Sum of RGB (Red+Green+Blue) = 62+245+237=544 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.40% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #3EF5ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EF5ED is #C10A12. Grayscale: #BDBDBD. Windows color (decimal): -12651027 or 15594814. OLE color: 15594814.
HSL color Cylindrical-coordinate representation of color #3EF5ED: hue angle of 177.38º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF5ED is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 62 | 245 | 237 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.04 |
| HSL | 177.38º | 0.9% | 0.6% | - |
| HSV(B) | 177.38º | 0.75% | 0.96% | - |
| XYZ | 49.93 | 72.44 | 91.47 | - |
| YUV | 189.37 | 154.87 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 245 | 237 | 0.75 | 0 | 0.03 | 0.04 | 177.38 | 0.9 | 0.6 |
| Hex | 3E | F5 | ED | 4B | 0 | 3 | 4 | B1 | 5A | 3C |
| Octal | 76 | 365 | 355 | 113 | 0 | 3 | 4 | 261 | 132 | 74 |
| Binary | 111110 | 11110101 | 11101101 | 1001011 | 0 | 11 | 100 | 10110001 | 1011010 | 111100 |
Color Harmonies of #3EF5ED
Complementary color
Monochromatic Colors of #3EF5ED
Black with #3EF5ED
Text Example
Text Example
White with #3EF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF5ED; }
p { color: rgb(62,245,237); }
H1.HeaderClassName
{
color: #3EF5ED;
}
.AnyTagClassName
{
color: #3EF5ED;
}
</style>
background-color css
<style>
a { background-color: #3EF5ED; }
a { background-color: rgb(62,245,237); }
div.DivClassName
{
background-color: #3EF5ED;
}
.BgClassName
{
background-color: #3EF5ED;
}
</style>
border-color css
<style>
span { border-color: #3EF5ED; }
span { border-color: rgb(62,245,237); }
td.TdClassName
{
border-color: #3EF5ED;
}
.TagClassName
{
border-color: #3EF5ED;
}
</style>