Shades of Turquoise #3EE9DF
Tints of Turquoise #3EE9DF
RGB
CMYK
RGB Variations
Color information
#3EE9DF (or 0x3EE9DF) is known color: Turquoise. HEX triplet: 3E, E9 and DF. RGB value is (62,233,223). Sum of RGB (Red+Green+Blue) = 62+233+223=518 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.97% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #3EE9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE9DF is #C11620. Grayscale: #B4B4B4. Windows color (decimal): -12654113 or 14674238. OLE color: 14674238.
HSL color Cylindrical-coordinate representation of color #3EE9DF: hue angle of 176.49º degrees, saturation: 0.8, 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 #3EE9DF is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 233 | 223 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.09 |
| HSL | 176.49º | 0.8% | 0.58% | - |
| HSV(B) | 176.49º | 0.73% | 0.91% | - |
| XYZ | 44.44 | 64.63 | 79.94 | - |
| YUV | 180.73 | 151.85 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 233 | 223 | 0.73 | 0 | 0.04 | 0.09 | 176.49 | 0.8 | 0.58 |
| Hex | 3E | E9 | DF | 49 | 0 | 4 | 9 | B0 | 50 | 3A |
| Octal | 76 | 351 | 337 | 111 | 0 | 4 | 11 | 260 | 120 | 72 |
| Binary | 111110 | 11101001 | 11011111 | 1001001 | 0 | 100 | 1001 | 10110000 | 1010000 | 111010 |
Color Harmonies of #3EE9DF
Complementary color
Monochromatic Colors of #3EE9DF
Black with #3EE9DF
Text Example
Text Example
White with #3EE9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE9DF; }
p { color: rgb(62,233,223); }
H1.HeaderClassName
{
color: #3EE9DF;
}
.AnyTagClassName
{
color: #3EE9DF;
}
</style>
background-color css
<style>
a { background-color: #3EE9DF; }
a { background-color: rgb(62,233,223); }
div.DivClassName
{
background-color: #3EE9DF;
}
.BgClassName
{
background-color: #3EE9DF;
}
</style>
border-color css
<style>
span { border-color: #3EE9DF; }
span { border-color: rgb(62,233,223); }
td.TdClassName
{
border-color: #3EE9DF;
}
.TagClassName
{
border-color: #3EE9DF;
}
</style>