Shades of Turquoise #3EE0CB
Tints of Turquoise #3EE0CB
RGB
CMYK
RGB Variations
Color information
#3EE0CB (or 0x3EE0CB) is known color: Turquoise. HEX triplet: 3E, E0 and CB. RGB value is (62,224,203). Sum of RGB (Red+Green+Blue) = 62+224+203=489 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.68% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE0CB is #C11F34. Grayscale: #ADADAD. Windows color (decimal): -12656437 or 13361214. OLE color: 13361214.
HSL color Cylindrical-coordinate representation of color #3EE0CB: hue angle of 172.22º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE0CB is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 224 | 203 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.12 |
| HSL | 172.22º | 0.72% | 0.56% | - |
| HSV(B) | 172.22º | 0.72% | 0.88% | - |
| XYZ | 39.42 | 58.65 | 65.74 | - |
| YUV | 173.17 | 144.83 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 203 | 0.72 | 0 | 0.09 | 0.12 | 172.22 | 0.72 | 0.56 |
| Hex | 3E | E0 | CB | 48 | 0 | 9 | C | AC | 48 | 38 |
| Octal | 76 | 340 | 313 | 110 | 0 | 11 | 14 | 254 | 110 | 70 |
| Binary | 111110 | 11100000 | 11001011 | 1001000 | 0 | 1001 | 1100 | 10101100 | 1001000 | 111000 |
Color Harmonies of #3EE0CB
Complementary color
Monochromatic Colors of #3EE0CB
Black with #3EE0CB
Text Example
Text Example
White with #3EE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE0CB; }
p { color: rgb(62,224,203); }
H1.HeaderClassName
{
color: #3EE0CB;
}
.AnyTagClassName
{
color: #3EE0CB;
}
</style>
background-color css
<style>
a { background-color: #3EE0CB; }
a { background-color: rgb(62,224,203); }
div.DivClassName
{
background-color: #3EE0CB;
}
.BgClassName
{
background-color: #3EE0CB;
}
</style>
border-color css
<style>
span { border-color: #3EE0CB; }
span { border-color: rgb(62,224,203); }
td.TdClassName
{
border-color: #3EE0CB;
}
.TagClassName
{
border-color: #3EE0CB;
}
</style>