Shades of Turquoise #3EEEDC
Tints of Turquoise #3EEEDC
RGB
CMYK
RGB Variations
Color information
#3EEEDC (or 0x3EEEDC) is known color: Turquoise. HEX triplet: 3E, EE and DC. RGB value is (62,238,220). Sum of RGB (Red+Green+Blue) = 62+238+220=520 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.92% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #3EEEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEEDC is #C11123. Grayscale: #B7B7B7. Windows color (decimal): -12652836 or 14478910. OLE color: 14478910.
HSL color Cylindrical-coordinate representation of color #3EEEDC: hue angle of 173.86º degrees, saturation: 0.84, 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 #3EEEDC is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 238 | 220 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.07 |
| HSL | 173.86º | 0.84% | 0.59% | - |
| HSV(B) | 173.86º | 0.74% | 0.93% | - |
| XYZ | 45.48 | 67.34 | 78.31 | - |
| YUV | 183.32 | 148.69 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 238 | 220 | 0.74 | 0 | 0.08 | 0.07 | 173.86 | 0.84 | 0.59 |
| Hex | 3E | EE | DC | 4A | 0 | 8 | 7 | AE | 54 | 3B |
| Octal | 76 | 356 | 334 | 112 | 0 | 10 | 7 | 256 | 124 | 73 |
| Binary | 111110 | 11101110 | 11011100 | 1001010 | 0 | 1000 | 111 | 10101110 | 1010100 | 111011 |
Color Harmonies of #3EEEDC
Complementary color
Monochromatic Colors of #3EEEDC
Black with #3EEEDC
Text Example
Text Example
White with #3EEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEEDC; }
p { color: rgb(62,238,220); }
H1.HeaderClassName
{
color: #3EEEDC;
}
.AnyTagClassName
{
color: #3EEEDC;
}
</style>
background-color css
<style>
a { background-color: #3EEEDC; }
a { background-color: rgb(62,238,220); }
div.DivClassName
{
background-color: #3EEEDC;
}
.BgClassName
{
background-color: #3EEEDC;
}
</style>
border-color css
<style>
span { border-color: #3EEEDC; }
span { border-color: rgb(62,238,220); }
td.TdClassName
{
border-color: #3EEEDC;
}
.TagClassName
{
border-color: #3EEEDC;
}
</style>