Shades of Turquoise #3EDFBC
Tints of Turquoise #3EDFBC
RGB
CMYK
RGB Variations
Color information
#3EDFBC (or 0x3EDFBC) is known color: Turquoise. HEX triplet: 3E, DF and BC. RGB value is (62,223,188). Sum of RGB (Red+Green+Blue) = 62+223+188=473 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.11% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFBC is #C12043. Grayscale: #AAAAAA. Windows color (decimal): -12656708 or 12377918. OLE color: 12377918.
HSL color Cylindrical-coordinate representation of color #3EDFBC: hue angle of 166.96º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDFBC is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 188 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.13 |
| HSL | 166.96º | 0.72% | 0.56% | - |
| HSV(B) | 166.96º | 0.72% | 0.87% | - |
| XYZ | 37.45 | 57.43 | 56.69 | - |
| YUV | 170.87 | 137.66 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 188 | 0.72 | 0 | 0.16 | 0.13 | 166.96 | 0.72 | 0.56 |
| Hex | 3E | DF | BC | 48 | 0 | 10 | D | A7 | 48 | 38 |
| Octal | 76 | 337 | 274 | 110 | 0 | 20 | 15 | 247 | 110 | 70 |
| Binary | 111110 | 11011111 | 10111100 | 1001000 | 0 | 10000 | 1101 | 10100111 | 1001000 | 111000 |
Color Harmonies of #3EDFBC
Complementary color
Monochromatic Colors of #3EDFBC
Black with #3EDFBC
Text Example
Text Example
White with #3EDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFBC; }
p { color: rgb(62,223,188); }
H1.HeaderClassName
{
color: #3EDFBC;
}
.AnyTagClassName
{
color: #3EDFBC;
}
</style>
background-color css
<style>
a { background-color: #3EDFBC; }
a { background-color: rgb(62,223,188); }
div.DivClassName
{
background-color: #3EDFBC;
}
.BgClassName
{
background-color: #3EDFBC;
}
</style>
border-color css
<style>
span { border-color: #3EDFBC; }
span { border-color: rgb(62,223,188); }
td.TdClassName
{
border-color: #3EDFBC;
}
.TagClassName
{
border-color: #3EDFBC;
}
</style>