Shades of Turquoise #3EEACB
Tints of Turquoise #3EEACB
RGB
CMYK
RGB Variations
Color information
#3EEACB (or 0x3EEACB) is known color: Turquoise. HEX triplet: 3E, EA and CB. RGB value is (62,234,203). Sum of RGB (Red+Green+Blue) = 62+234+203=499 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.42% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEACB is #C11534. Grayscale: #B2B2B2. Windows color (decimal): -12653877 or 13363774. OLE color: 13363774.
HSL color Cylindrical-coordinate representation of color #3EEACB: hue angle of 169.19º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEACB is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 203 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.08 |
| HSL | 169.19º | 0.8% | 0.58% | - |
| HSV(B) | 169.19º | 0.74% | 0.92% | - |
| XYZ | 42.19 | 64.18 | 66.66 | - |
| YUV | 179.04 | 141.52 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 203 | 0.74 | 0 | 0.13 | 0.08 | 169.19 | 0.8 | 0.58 |
| Hex | 3E | EA | CB | 4A | 0 | D | 8 | A9 | 50 | 3A |
| Octal | 76 | 352 | 313 | 112 | 0 | 15 | 10 | 251 | 120 | 72 |
| Binary | 111110 | 11101010 | 11001011 | 1001010 | 0 | 1101 | 1000 | 10101001 | 1010000 | 111010 |
Color Harmonies of #3EEACB
Complementary color
Monochromatic Colors of #3EEACB
Black with #3EEACB
Text Example
Text Example
White with #3EEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEACB; }
p { color: rgb(62,234,203); }
H1.HeaderClassName
{
color: #3EEACB;
}
.AnyTagClassName
{
color: #3EEACB;
}
</style>
background-color css
<style>
a { background-color: #3EEACB; }
a { background-color: rgb(62,234,203); }
div.DivClassName
{
background-color: #3EEACB;
}
.BgClassName
{
background-color: #3EEACB;
}
</style>
border-color css
<style>
span { border-color: #3EEACB; }
span { border-color: rgb(62,234,203); }
td.TdClassName
{
border-color: #3EEACB;
}
.TagClassName
{
border-color: #3EEACB;
}
</style>