Shades of Turquoise #3EEFD3
Tints of Turquoise #3EEFD3
RGB
CMYK
RGB Variations
Color information
#3EEFD3 (or 0x3EEFD3) is known color: Turquoise. HEX triplet: 3E, EF and D3. RGB value is (62,239,211). Sum of RGB (Red+Green+Blue) = 62+239+211=512 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.11% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFD3 is #C1102C. Grayscale: #B6B6B6. Windows color (decimal): -12652589 or 13889342. OLE color: 13889342.
HSL color Cylindrical-coordinate representation of color #3EEFD3: hue angle of 170.51º 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 #3EEFD3 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 211 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.06 |
| HSL | 170.51º | 0.85% | 0.59% | - |
| HSV(B) | 170.51º | 0.74% | 0.94% | - |
| XYZ | 44.61 | 67.46 | 72.3 | - |
| YUV | 182.89 | 143.86 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 211 | 0.74 | 0 | 0.12 | 0.06 | 170.51 | 0.85 | 0.59 |
| Hex | 3E | EF | D3 | 4A | 0 | C | 6 | AB | 55 | 3B |
| Octal | 76 | 357 | 323 | 112 | 0 | 14 | 6 | 253 | 125 | 73 |
| Binary | 111110 | 11101111 | 11010011 | 1001010 | 0 | 1100 | 110 | 10101011 | 1010101 | 111011 |
Color Harmonies of #3EEFD3
Complementary color
Monochromatic Colors of #3EEFD3
Black with #3EEFD3
Text Example
Text Example
White with #3EEFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEFD3; }
p { color: rgb(62,239,211); }
H1.HeaderClassName
{
color: #3EEFD3;
}
.AnyTagClassName
{
color: #3EEFD3;
}
</style>
background-color css
<style>
a { background-color: #3EEFD3; }
a { background-color: rgb(62,239,211); }
div.DivClassName
{
background-color: #3EEFD3;
}
.BgClassName
{
background-color: #3EEFD3;
}
</style>
border-color css
<style>
span { border-color: #3EEFD3; }
span { border-color: rgb(62,239,211); }
td.TdClassName
{
border-color: #3EEFD3;
}
.TagClassName
{
border-color: #3EEFD3;
}
</style>