Shades of Turquoise #3EE0CC
Tints of Turquoise #3EE0CC
RGB
CMYK
RGB Variations
Color information
#3EE0CC (or 0x3EE0CC) is known color: Turquoise. HEX triplet: 3E, E0 and CC. RGB value is (62,224,204). Sum of RGB (Red+Green+Blue) = 62+224+204=490 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.65% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE0CC is #C11F33. Grayscale: #ADADAD. Windows color (decimal): -12656436 or 13426750. OLE color: 13426750.
HSL color Cylindrical-coordinate representation of color #3EE0CC: hue angle of 172.59º 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 #3EE0CC is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 224 | 204 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.12 |
| HSL | 172.59º | 0.72% | 0.56% | - |
| HSV(B) | 172.59º | 0.72% | 0.88% | - |
| XYZ | 39.54 | 58.7 | 66.37 | - |
| YUV | 173.28 | 145.33 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 204 | 0.72 | 0 | 0.09 | 0.12 | 172.59 | 0.72 | 0.56 |
| Hex | 3E | E0 | CC | 48 | 0 | 9 | C | AD | 48 | 38 |
| Octal | 76 | 340 | 314 | 110 | 0 | 11 | 14 | 255 | 110 | 70 |
| Binary | 111110 | 11100000 | 11001100 | 1001000 | 0 | 1001 | 1100 | 10101101 | 1001000 | 111000 |
Color Harmonies of #3EE0CC
Complementary color
Monochromatic Colors of #3EE0CC
Black with #3EE0CC
Text Example
Text Example
White with #3EE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE0CC; }
p { color: rgb(62,224,204); }
H1.HeaderClassName
{
color: #3EE0CC;
}
.AnyTagClassName
{
color: #3EE0CC;
}
</style>
background-color css
<style>
a { background-color: #3EE0CC; }
a { background-color: rgb(62,224,204); }
div.DivClassName
{
background-color: #3EE0CC;
}
.BgClassName
{
background-color: #3EE0CC;
}
</style>
border-color css
<style>
span { border-color: #3EE0CC; }
span { border-color: rgb(62,224,204); }
td.TdClassName
{
border-color: #3EE0CC;
}
.TagClassName
{
border-color: #3EE0CC;
}
</style>