Shades of Turquoise #3EDAD1
Tints of Turquoise #3EDAD1
RGB
CMYK
RGB Variations
Color information
#3EDAD1 (or 0x3EDAD1) is known color: Turquoise. HEX triplet: 3E, DA and D1. RGB value is (62,218,209). Sum of RGB (Red+Green+Blue) = 62+218+209=489 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.68% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDAD1 is #C1252E. Grayscale: #AAAAAA. Windows color (decimal): -12657967 or 13752894. OLE color: 13752894.
HSL color Cylindrical-coordinate representation of color #3EDAD1: hue angle of 176.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDAD1 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 218 | 209 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.15 |
| HSL | 176.54º | 0.68% | 0.55% | - |
| HSV(B) | 176.54º | 0.72% | 0.85% | - |
| XYZ | 38.57 | 55.77 | 69.05 | - |
| YUV | 170.33 | 149.82 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 218 | 209 | 0.72 | 0 | 0.04 | 0.15 | 176.54 | 0.68 | 0.55 |
| Hex | 3E | DA | D1 | 48 | 0 | 4 | F | B1 | 44 | 37 |
| Octal | 76 | 332 | 321 | 110 | 0 | 4 | 17 | 261 | 104 | 67 |
| Binary | 111110 | 11011010 | 11010001 | 1001000 | 0 | 100 | 1111 | 10110001 | 1000100 | 110111 |
Color Harmonies of #3EDAD1
Complementary color
Monochromatic Colors of #3EDAD1
Black with #3EDAD1
Text Example
Text Example
White with #3EDAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDAD1; }
p { color: rgb(62,218,209); }
H1.HeaderClassName
{
color: #3EDAD1;
}
.AnyTagClassName
{
color: #3EDAD1;
}
</style>
background-color css
<style>
a { background-color: #3EDAD1; }
a { background-color: rgb(62,218,209); }
div.DivClassName
{
background-color: #3EDAD1;
}
.BgClassName
{
background-color: #3EDAD1;
}
</style>
border-color css
<style>
span { border-color: #3EDAD1; }
span { border-color: rgb(62,218,209); }
td.TdClassName
{
border-color: #3EDAD1;
}
.TagClassName
{
border-color: #3EDAD1;
}
</style>