Shades of Turquoise #3EEDDD
Tints of Turquoise #3EEDDD
RGB
CMYK
RGB Variations
Color information
#3EEDDD (or 0x3EEDDD) is known color: Turquoise. HEX triplet: 3E, ED and DD. RGB value is (62,237,221). Sum of RGB (Red+Green+Blue) = 62+237+221=520 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.92% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #3EEDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEDDD is #C11222. Grayscale: #B6B6B6. Windows color (decimal): -12653091 or 14544190. OLE color: 14544190.
HSL color Cylindrical-coordinate representation of color #3EEDDD: hue angle of 174.51º 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 #3EEDDD is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 237 | 221 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.07 |
| HSL | 174.51º | 0.83% | 0.59% | - |
| HSV(B) | 174.51º | 0.74% | 0.93% | - |
| XYZ | 45.32 | 66.81 | 78.91 | - |
| YUV | 182.85 | 149.52 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 237 | 221 | 0.74 | 0 | 0.07 | 0.07 | 174.51 | 0.83 | 0.59 |
| Hex | 3E | ED | DD | 4A | 0 | 7 | 7 | AF | 53 | 3B |
| Octal | 76 | 355 | 335 | 112 | 0 | 7 | 7 | 257 | 123 | 73 |
| Binary | 111110 | 11101101 | 11011101 | 1001010 | 0 | 111 | 111 | 10101111 | 1010011 | 111011 |
Color Harmonies of #3EEDDD
Complementary color
Monochromatic Colors of #3EEDDD
Black with #3EEDDD
Text Example
Text Example
White with #3EEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEDDD; }
p { color: rgb(62,237,221); }
H1.HeaderClassName
{
color: #3EEDDD;
}
.AnyTagClassName
{
color: #3EEDDD;
}
</style>
background-color css
<style>
a { background-color: #3EEDDD; }
a { background-color: rgb(62,237,221); }
div.DivClassName
{
background-color: #3EEDDD;
}
.BgClassName
{
background-color: #3EEDDD;
}
</style>
border-color css
<style>
span { border-color: #3EEDDD; }
span { border-color: rgb(62,237,221); }
td.TdClassName
{
border-color: #3EEDDD;
}
.TagClassName
{
border-color: #3EEDDD;
}
</style>