Shades of Turquoise #3EDFC2
Tints of Turquoise #3EDFC2
RGB
CMYK
RGB Variations
Color information
#3EDFC2 (or 0x3EDFC2) is known color: Turquoise. HEX triplet: 3E, DF and C2. RGB value is (62,223,194). Sum of RGB (Red+Green+Blue) = 62+223+194=479 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.94% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFC2 is #C1203D. Grayscale: #ABABAB. Windows color (decimal): -12656702 or 12771134. OLE color: 12771134.
HSL color Cylindrical-coordinate representation of color #3EDFC2: hue angle of 169.19º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDFC2 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 194 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.13 |
| HSL | 169.19º | 0.72% | 0.56% | - |
| HSV(B) | 169.19º | 0.72% | 0.87% | - |
| XYZ | 38.11 | 57.69 | 60.17 | - |
| YUV | 171.56 | 140.66 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 194 | 0.72 | 0 | 0.13 | 0.13 | 169.19 | 0.72 | 0.56 |
| Hex | 3E | DF | C2 | 48 | 0 | D | D | A9 | 48 | 38 |
| Octal | 76 | 337 | 302 | 110 | 0 | 15 | 15 | 251 | 110 | 70 |
| Binary | 111110 | 11011111 | 11000010 | 1001000 | 0 | 1101 | 1101 | 10101001 | 1001000 | 111000 |
Color Harmonies of #3EDFC2
Complementary color
Monochromatic Colors of #3EDFC2
Black with #3EDFC2
Text Example
Text Example
White with #3EDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFC2; }
p { color: rgb(62,223,194); }
H1.HeaderClassName
{
color: #3EDFC2;
}
.AnyTagClassName
{
color: #3EDFC2;
}
</style>
background-color css
<style>
a { background-color: #3EDFC2; }
a { background-color: rgb(62,223,194); }
div.DivClassName
{
background-color: #3EDFC2;
}
.BgClassName
{
background-color: #3EDFC2;
}
</style>
border-color css
<style>
span { border-color: #3EDFC2; }
span { border-color: rgb(62,223,194); }
td.TdClassName
{
border-color: #3EDFC2;
}
.TagClassName
{
border-color: #3EDFC2;
}
</style>