Shades of Turquoise #3EF1DA
Tints of Turquoise #3EF1DA
RGB
CMYK
RGB Variations
Color information
#3EF1DA (or 0x3EF1DA) is known color: Turquoise. HEX triplet: 3E, F1 and DA. RGB value is (62,241,218). Sum of RGB (Red+Green+Blue) = 62+241+218=521 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.90% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF1DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF1DA is #C10E25. Grayscale: #B8B8B8. Windows color (decimal): -12652070 or 14348606. OLE color: 14348606.
HSL color Cylindrical-coordinate representation of color #3EF1DA: hue angle of 172.29º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF1DA is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 241 | 218 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.05 |
| HSL | 172.29º | 0.86% | 0.59% | - |
| HSV(B) | 172.29º | 0.74% | 0.95% | - |
| XYZ | 46.1 | 69 | 77.22 | - |
| YUV | 184.86 | 146.7 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 241 | 218 | 0.74 | 0 | 0.10 | 0.05 | 172.29 | 0.86 | 0.59 |
| Hex | 3E | F1 | DA | 4A | 0 | A | 5 | AC | 56 | 3B |
| Octal | 76 | 361 | 332 | 112 | 0 | 12 | 5 | 254 | 126 | 73 |
| Binary | 111110 | 11110001 | 11011010 | 1001010 | 0 | 1010 | 101 | 10101100 | 1010110 | 111011 |
Color Harmonies of #3EF1DA
Complementary color
Monochromatic Colors of #3EF1DA
Black with #3EF1DA
Text Example
Text Example
White with #3EF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF1DA; }
p { color: rgb(62,241,218); }
H1.HeaderClassName
{
color: #3EF1DA;
}
.AnyTagClassName
{
color: #3EF1DA;
}
</style>
background-color css
<style>
a { background-color: #3EF1DA; }
a { background-color: rgb(62,241,218); }
div.DivClassName
{
background-color: #3EF1DA;
}
.BgClassName
{
background-color: #3EF1DA;
}
</style>
border-color css
<style>
span { border-color: #3EF1DA; }
span { border-color: rgb(62,241,218); }
td.TdClassName
{
border-color: #3EF1DA;
}
.TagClassName
{
border-color: #3EF1DA;
}
</style>