Shades of Turquoise #3EE3CB
Tints of Turquoise #3EE3CB
RGB
CMYK
RGB Variations
Color information
#3EE3CB (or 0x3EE3CB) is known color: Turquoise. HEX triplet: 3E, E3 and CB. RGB value is (62,227,203). Sum of RGB (Red+Green+Blue) = 62+227+203=492 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.60% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE3CB is #C11C34. Grayscale: #AEAEAE. Windows color (decimal): -12655669 or 13361982. OLE color: 13361982.
HSL color Cylindrical-coordinate representation of color #3EE3CB: hue angle of 171.27º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE3CB is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 227 | 203 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.11 |
| HSL | 171.27º | 0.75% | 0.57% | - |
| HSV(B) | 171.27º | 0.73% | 0.89% | - |
| XYZ | 40.24 | 60.27 | 66.01 | - |
| YUV | 174.93 | 143.84 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 227 | 203 | 0.73 | 0 | 0.11 | 0.11 | 171.27 | 0.75 | 0.57 |
| Hex | 3E | E3 | CB | 49 | 0 | B | B | AB | 4B | 39 |
| Octal | 76 | 343 | 313 | 111 | 0 | 13 | 13 | 253 | 113 | 71 |
| Binary | 111110 | 11100011 | 11001011 | 1001001 | 0 | 1011 | 1011 | 10101011 | 1001011 | 111001 |
Color Harmonies of #3EE3CB
Complementary color
Monochromatic Colors of #3EE3CB
Black with #3EE3CB
Text Example
Text Example
White with #3EE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE3CB; }
p { color: rgb(62,227,203); }
H1.HeaderClassName
{
color: #3EE3CB;
}
.AnyTagClassName
{
color: #3EE3CB;
}
</style>
background-color css
<style>
a { background-color: #3EE3CB; }
a { background-color: rgb(62,227,203); }
div.DivClassName
{
background-color: #3EE3CB;
}
.BgClassName
{
background-color: #3EE3CB;
}
</style>
border-color css
<style>
span { border-color: #3EE3CB; }
span { border-color: rgb(62,227,203); }
td.TdClassName
{
border-color: #3EE3CB;
}
.TagClassName
{
border-color: #3EE3CB;
}
</style>