Shades of Turquoise #3EEFC5
Tints of Turquoise #3EEFC5
RGB
CMYK
RGB Variations
Color information
#3EEFC5 (or 0x3EEFC5) is known color: Turquoise. HEX triplet: 3E, EF and C5. RGB value is (62,239,197). Sum of RGB (Red+Green+Blue) = 62+239+197=498 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.45% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFC5 is #C1103A. Grayscale: #B5B5B5. Windows color (decimal): -12652603 or 12971838. OLE color: 12971838.
HSL color Cylindrical-coordinate representation of color #3EEFC5: hue angle of 165.76º 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 #3EEFC5 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 197 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.06 |
| HSL | 165.76º | 0.85% | 0.59% | - |
| HSV(B) | 165.76º | 0.74% | 0.94% | - |
| XYZ | 42.93 | 66.79 | 63.45 | - |
| YUV | 181.29 | 136.86 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 197 | 0.74 | 0 | 0.18 | 0.06 | 165.76 | 0.85 | 0.59 |
| Hex | 3E | EF | C5 | 4A | 0 | 12 | 6 | A6 | 55 | 3B |
| Octal | 76 | 357 | 305 | 112 | 0 | 22 | 6 | 246 | 125 | 73 |
| Binary | 111110 | 11101111 | 11000101 | 1001010 | 0 | 10010 | 110 | 10100110 | 1010101 | 111011 |
Color Harmonies of #3EEFC5
Complementary color
Monochromatic Colors of #3EEFC5
Black with #3EEFC5
Text Example
Text Example
White with #3EEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEFC5; }
p { color: rgb(62,239,197); }
H1.HeaderClassName
{
color: #3EEFC5;
}
.AnyTagClassName
{
color: #3EEFC5;
}
</style>
background-color css
<style>
a { background-color: #3EEFC5; }
a { background-color: rgb(62,239,197); }
div.DivClassName
{
background-color: #3EEFC5;
}
.BgClassName
{
background-color: #3EEFC5;
}
</style>
border-color css
<style>
span { border-color: #3EEFC5; }
span { border-color: rgb(62,239,197); }
td.TdClassName
{
border-color: #3EEFC5;
}
.TagClassName
{
border-color: #3EEFC5;
}
</style>