Shades of Turquoise #3EF0C3
Tints of Turquoise #3EF0C3
RGB
CMYK
RGB Variations
Color information
#3EF0C3 (or 0x3EF0C3) is known color: Turquoise. HEX triplet: 3E, F0 and C3. RGB value is (62,240,195). Sum of RGB (Red+Green+Blue) = 62+240+195=497 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.47% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #3EF0C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF0C3 is #C10F3C. Grayscale: #B5B5B5. Windows color (decimal): -12652349 or 12841022. OLE color: 12841022.
HSL color Cylindrical-coordinate representation of color #3EF0C3: hue angle of 164.83º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF0C3 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 240 | 195 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.06 |
| HSL | 164.83º | 0.86% | 0.59% | - |
| HSV(B) | 164.83º | 0.74% | 0.94% | - |
| XYZ | 43 | 67.28 | 62.35 | - |
| YUV | 181.65 | 135.53 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 240 | 195 | 0.74 | 0 | 0.19 | 0.06 | 164.83 | 0.86 | 0.59 |
| Hex | 3E | F0 | C3 | 4A | 0 | 13 | 6 | A5 | 56 | 3B |
| Octal | 76 | 360 | 303 | 112 | 0 | 23 | 6 | 245 | 126 | 73 |
| Binary | 111110 | 11110000 | 11000011 | 1001010 | 0 | 10011 | 110 | 10100101 | 1010110 | 111011 |
Color Harmonies of #3EF0C3
Complementary color
Monochromatic Colors of #3EF0C3
Black with #3EF0C3
Text Example
Text Example
White with #3EF0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF0C3; }
p { color: rgb(62,240,195); }
H1.HeaderClassName
{
color: #3EF0C3;
}
.AnyTagClassName
{
color: #3EF0C3;
}
</style>
background-color css
<style>
a { background-color: #3EF0C3; }
a { background-color: rgb(62,240,195); }
div.DivClassName
{
background-color: #3EF0C3;
}
.BgClassName
{
background-color: #3EF0C3;
}
</style>
border-color css
<style>
span { border-color: #3EF0C3; }
span { border-color: rgb(62,240,195); }
td.TdClassName
{
border-color: #3EF0C3;
}
.TagClassName
{
border-color: #3EF0C3;
}
</style>