Shades of Turquoise #3EEDEC
Tints of Turquoise #3EEDEC
RGB
CMYK
RGB Variations
Color information
#3EEDEC (or 0x3EEDEC) is known color: Turquoise. HEX triplet: 3E, ED and EC. RGB value is (62,237,236). Sum of RGB (Red+Green+Blue) = 62+237+236=535 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.59% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #3EEDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEDEC is #C11213. Grayscale: #B8B8B8. Windows color (decimal): -12653076 or 15527230. OLE color: 15527230.
HSL color Cylindrical-coordinate representation of color #3EEDEC: hue angle of 179.66º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEDEC is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 237 | 236 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.07 |
| HSL | 179.66º | 0.83% | 0.59% | - |
| HSV(B) | 179.66º | 0.74% | 0.93% | - |
| XYZ | 47.41 | 67.65 | 89.92 | - |
| YUV | 184.56 | 157.02 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 237 | 236 | 0.74 | 0 | 0.00 | 0.07 | 179.66 | 0.83 | 0.59 |
| Hex | 3E | ED | EC | 4A | 0 | 0 | 7 | B4 | 53 | 3B |
| Octal | 76 | 355 | 354 | 112 | 0 | 0 | 7 | 264 | 123 | 73 |
| Binary | 111110 | 11101101 | 11101100 | 1001010 | 0 | 0 | 111 | 10110100 | 1010011 | 111011 |
Color Harmonies of #3EEDEC
Complementary color
Monochromatic Colors of #3EEDEC
Black with #3EEDEC
Text Example
Text Example
White with #3EEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEDEC; }
p { color: rgb(62,237,236); }
H1.HeaderClassName
{
color: #3EEDEC;
}
.AnyTagClassName
{
color: #3EEDEC;
}
</style>
background-color css
<style>
a { background-color: #3EEDEC; }
a { background-color: rgb(62,237,236); }
div.DivClassName
{
background-color: #3EEDEC;
}
.BgClassName
{
background-color: #3EEDEC;
}
</style>
border-color css
<style>
span { border-color: #3EEDEC; }
span { border-color: rgb(62,237,236); }
td.TdClassName
{
border-color: #3EEDEC;
}
.TagClassName
{
border-color: #3EEDEC;
}
</style>