Shades of Turquoise #3EEDB4
Tints of Turquoise #3EEDB4
RGB
CMYK
RGB Variations
Color information
#3EEDB4 (or 0x3EEDB4) is known color: Turquoise. HEX triplet: 3E, ED and B4. RGB value is (62,237,180). Sum of RGB (Red+Green+Blue) = 62+237+180=479 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.94% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #3EEDB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEDB4 is #C1124B. Grayscale: #B2B2B2. Windows color (decimal): -12653132 or 11857214. OLE color: 11857214.
HSL color Cylindrical-coordinate representation of color #3EEDB4: hue angle of 160.46º 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 #3EEDB4 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 237 | 180 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.07 |
| HSL | 160.46º | 0.83% | 0.59% | - |
| HSV(B) | 160.46º | 0.74% | 0.93% | - |
| XYZ | 40.51 | 64.89 | 53.57 | - |
| YUV | 178.18 | 129.02 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 237 | 180 | 0.74 | 0 | 0.24 | 0.07 | 160.46 | 0.83 | 0.59 |
| Hex | 3E | ED | B4 | 4A | 0 | 18 | 7 | A0 | 53 | 3B |
| Octal | 76 | 355 | 264 | 112 | 0 | 30 | 7 | 240 | 123 | 73 |
| Binary | 111110 | 11101101 | 10110100 | 1001010 | 0 | 11000 | 111 | 10100000 | 1010011 | 111011 |
Color Harmonies of #3EEDB4
Complementary color
Monochromatic Colors of #3EEDB4
Black with #3EEDB4
Text Example
Text Example
White with #3EEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEDB4; }
p { color: rgb(62,237,180); }
H1.HeaderClassName
{
color: #3EEDB4;
}
.AnyTagClassName
{
color: #3EEDB4;
}
</style>
background-color css
<style>
a { background-color: #3EEDB4; }
a { background-color: rgb(62,237,180); }
div.DivClassName
{
background-color: #3EEDB4;
}
.BgClassName
{
background-color: #3EEDB4;
}
</style>
border-color css
<style>
span { border-color: #3EEDB4; }
span { border-color: rgb(62,237,180); }
td.TdClassName
{
border-color: #3EEDB4;
}
.TagClassName
{
border-color: #3EEDB4;
}
</style>