Shades of Turquoise #3EEFDD
Tints of Turquoise #3EEFDD
RGB
CMYK
RGB Variations
Color information
#3EEFDD (or 0x3EEFDD) is known color: Turquoise. HEX triplet: 3E, EF and DD. RGB value is (62,239,221). Sum of RGB (Red+Green+Blue) = 62+239+221=522 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.88% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFDD is #C11022. Grayscale: #B7B7B7. Windows color (decimal): -12652579 or 14544702. OLE color: 14544702.
HSL color Cylindrical-coordinate representation of color #3EEFDD: hue angle of 173.9º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEFDD is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 221 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.06 |
| HSL | 173.9º | 0.85% | 0.59% | - |
| HSV(B) | 173.9º | 0.74% | 0.94% | - |
| XYZ | 45.9 | 67.98 | 79.11 | - |
| YUV | 184.03 | 148.86 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 221 | 0.74 | 0 | 0.08 | 0.06 | 173.9 | 0.85 | 0.59 |
| Hex | 3E | EF | DD | 4A | 0 | 8 | 6 | AE | 55 | 3B |
| Octal | 76 | 357 | 335 | 112 | 0 | 10 | 6 | 256 | 125 | 73 |
| Binary | 111110 | 11101111 | 11011101 | 1001010 | 0 | 1000 | 110 | 10101110 | 1010101 | 111011 |
Color Harmonies of #3EEFDD
Complementary color
Monochromatic Colors of #3EEFDD
Black with #3EEFDD
Text Example
Text Example
White with #3EEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEFDD; }
p { color: rgb(62,239,221); }
H1.HeaderClassName
{
color: #3EEFDD;
}
.AnyTagClassName
{
color: #3EEFDD;
}
</style>
background-color css
<style>
a { background-color: #3EEFDD; }
a { background-color: rgb(62,239,221); }
div.DivClassName
{
background-color: #3EEFDD;
}
.BgClassName
{
background-color: #3EEFDD;
}
</style>
border-color css
<style>
span { border-color: #3EEFDD; }
span { border-color: rgb(62,239,221); }
td.TdClassName
{
border-color: #3EEFDD;
}
.TagClassName
{
border-color: #3EEFDD;
}
</style>