Shades of Turquoise #3EEAE0
Tints of Turquoise #3EEAE0
RGB
CMYK
RGB Variations
Color information
#3EEAE0 (or 0x3EEAE0) is known color: Turquoise. HEX triplet: 3E, EA and E0. RGB value is (62,234,224). Sum of RGB (Red+Green+Blue) = 62+234+224=520 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.92% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEAE0 is #C1151F. Grayscale: #B5B5B5. Windows color (decimal): -12653856 or 14740030. OLE color: 14740030.
HSL color Cylindrical-coordinate representation of color #3EEAE0: hue angle of 176.51º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEAE0 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 224 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.08 |
| HSL | 176.51º | 0.8% | 0.58% | - |
| HSV(B) | 176.51º | 0.74% | 0.92% | - |
| XYZ | 44.86 | 65.25 | 80.75 | - |
| YUV | 181.43 | 152.02 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 224 | 0.74 | 0 | 0.04 | 0.08 | 176.51 | 0.8 | 0.58 |
| Hex | 3E | EA | E0 | 4A | 0 | 4 | 8 | B1 | 50 | 3A |
| Octal | 76 | 352 | 340 | 112 | 0 | 4 | 10 | 261 | 120 | 72 |
| Binary | 111110 | 11101010 | 11100000 | 1001010 | 0 | 100 | 1000 | 10110001 | 1010000 | 111010 |
Color Harmonies of #3EEAE0
Complementary color
Monochromatic Colors of #3EEAE0
Black with #3EEAE0
Text Example
Text Example
White with #3EEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEAE0; }
p { color: rgb(62,234,224); }
H1.HeaderClassName
{
color: #3EEAE0;
}
.AnyTagClassName
{
color: #3EEAE0;
}
</style>
background-color css
<style>
a { background-color: #3EEAE0; }
a { background-color: rgb(62,234,224); }
div.DivClassName
{
background-color: #3EEAE0;
}
.BgClassName
{
background-color: #3EEAE0;
}
</style>
border-color css
<style>
span { border-color: #3EEAE0; }
span { border-color: rgb(62,234,224); }
td.TdClassName
{
border-color: #3EEAE0;
}
.TagClassName
{
border-color: #3EEAE0;
}
</style>