Shades of Turquoise #3EE8CD
Tints of Turquoise #3EE8CD
RGB
CMYK
RGB Variations
Color information
#3EE8CD (or 0x3EE8CD) is known color: Turquoise. HEX triplet: 3E, E8 and CD. RGB value is (62,232,205). Sum of RGB (Red+Green+Blue) = 62+232+205=499 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.42% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #3EE8CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE8CD is #C11732. Grayscale: #B2B2B2. Windows color (decimal): -12654387 or 13494334. OLE color: 13494334.
HSL color Cylindrical-coordinate representation of color #3EE8CD: hue angle of 170.47º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE8CD is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 232 | 205 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.09 |
| HSL | 170.47º | 0.79% | 0.58% | - |
| HSV(B) | 170.47º | 0.73% | 0.91% | - |
| XYZ | 41.86 | 63.15 | 67.74 | - |
| YUV | 178.09 | 143.18 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 232 | 205 | 0.73 | 0 | 0.12 | 0.09 | 170.47 | 0.79 | 0.58 |
| Hex | 3E | E8 | CD | 49 | 0 | C | 9 | AA | 4F | 3A |
| Octal | 76 | 350 | 315 | 111 | 0 | 14 | 11 | 252 | 117 | 72 |
| Binary | 111110 | 11101000 | 11001101 | 1001001 | 0 | 1100 | 1001 | 10101010 | 1001111 | 111010 |
Color Harmonies of #3EE8CD
Complementary color
Monochromatic Colors of #3EE8CD
Black with #3EE8CD
Text Example
Text Example
White with #3EE8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE8CD; }
p { color: rgb(62,232,205); }
H1.HeaderClassName
{
color: #3EE8CD;
}
.AnyTagClassName
{
color: #3EE8CD;
}
</style>
background-color css
<style>
a { background-color: #3EE8CD; }
a { background-color: rgb(62,232,205); }
div.DivClassName
{
background-color: #3EE8CD;
}
.BgClassName
{
background-color: #3EE8CD;
}
</style>
border-color css
<style>
span { border-color: #3EE8CD; }
span { border-color: rgb(62,232,205); }
td.TdClassName
{
border-color: #3EE8CD;
}
.TagClassName
{
border-color: #3EE8CD;
}
</style>