Shades of Turquoise #3EF1C5
Tints of Turquoise #3EF1C5
RGB
CMYK
RGB Variations
Color information
#3EF1C5 (or 0x3EF1C5) is known color: Turquoise. HEX triplet: 3E, F1 and C5. RGB value is (62,241,197). Sum of RGB (Red+Green+Blue) = 62+241+197=500 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.4% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF1C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF1C5 is #C10E3A. Grayscale: #B6B6B6. Windows color (decimal): -12652091 or 12972350. OLE color: 12972350.
HSL color Cylindrical-coordinate representation of color #3EF1C5: hue angle of 165.25º 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 #3EF1C5 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 241 | 197 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.05 |
| HSL | 165.25º | 0.86% | 0.59% | - |
| HSV(B) | 165.25º | 0.74% | 0.95% | - |
| XYZ | 43.52 | 67.97 | 63.65 | - |
| YUV | 182.46 | 136.2 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 241 | 197 | 0.74 | 0 | 0.18 | 0.05 | 165.25 | 0.86 | 0.59 |
| Hex | 3E | F1 | C5 | 4A | 0 | 12 | 5 | A5 | 56 | 3B |
| Octal | 76 | 361 | 305 | 112 | 0 | 22 | 5 | 245 | 126 | 73 |
| Binary | 111110 | 11110001 | 11000101 | 1001010 | 0 | 10010 | 101 | 10100101 | 1010110 | 111011 |
Color Harmonies of #3EF1C5
Complementary color
Monochromatic Colors of #3EF1C5
Black with #3EF1C5
Text Example
Text Example
White with #3EF1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF1C5; }
p { color: rgb(62,241,197); }
H1.HeaderClassName
{
color: #3EF1C5;
}
.AnyTagClassName
{
color: #3EF1C5;
}
</style>
background-color css
<style>
a { background-color: #3EF1C5; }
a { background-color: rgb(62,241,197); }
div.DivClassName
{
background-color: #3EF1C5;
}
.BgClassName
{
background-color: #3EF1C5;
}
</style>
border-color css
<style>
span { border-color: #3EF1C5; }
span { border-color: rgb(62,241,197); }
td.TdClassName
{
border-color: #3EF1C5;
}
.TagClassName
{
border-color: #3EF1C5;
}
</style>