Shades of Turquoise #3EE7CC
Tints of Turquoise #3EE7CC
RGB
CMYK
RGB Variations
Color information
#3EE7CC (or 0x3EE7CC) is known color: Turquoise. HEX triplet: 3E, E7 and CC. RGB value is (62,231,204). Sum of RGB (Red+Green+Blue) = 62+231+204=497 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.47% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #3EE7CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE7CC is #C11833. Grayscale: #B1B1B1. Windows color (decimal): -12654644 or 13428542. OLE color: 13428542.
HSL color Cylindrical-coordinate representation of color #3EE7CC: hue angle of 170.41º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE7CC is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 231 | 204 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.09 |
| HSL | 170.41º | 0.78% | 0.57% | - |
| HSV(B) | 170.41º | 0.73% | 0.91% | - |
| XYZ | 41.46 | 62.54 | 67.01 | - |
| YUV | 177.39 | 143.01 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 231 | 204 | 0.73 | 0 | 0.12 | 0.09 | 170.41 | 0.78 | 0.57 |
| Hex | 3E | E7 | CC | 49 | 0 | C | 9 | AA | 4E | 39 |
| Octal | 76 | 347 | 314 | 111 | 0 | 14 | 11 | 252 | 116 | 71 |
| Binary | 111110 | 11100111 | 11001100 | 1001001 | 0 | 1100 | 1001 | 10101010 | 1001110 | 111001 |
Color Harmonies of #3EE7CC
Complementary color
Monochromatic Colors of #3EE7CC
Black with #3EE7CC
Text Example
Text Example
White with #3EE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE7CC; }
p { color: rgb(62,231,204); }
H1.HeaderClassName
{
color: #3EE7CC;
}
.AnyTagClassName
{
color: #3EE7CC;
}
</style>
background-color css
<style>
a { background-color: #3EE7CC; }
a { background-color: rgb(62,231,204); }
div.DivClassName
{
background-color: #3EE7CC;
}
.BgClassName
{
background-color: #3EE7CC;
}
</style>
border-color css
<style>
span { border-color: #3EE7CC; }
span { border-color: rgb(62,231,204); }
td.TdClassName
{
border-color: #3EE7CC;
}
.TagClassName
{
border-color: #3EE7CC;
}
</style>