Shades of Turquoise #3EFFF5
Tints of Turquoise #3EFFF5
RGB
CMYK
RGB Variations
Color information
#3EFFF5 (or 0x3EFFF5) is known color: Turquoise. HEX triplet: 3E, FF and F5. RGB value is (62,255,245). Sum of RGB (Red+Green+Blue) = 62+255+245=562 (74% of max value = 765). Red value is 62 (24.61% from 255 or 11.03% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFFF5 is #C1000A. Grayscale: #C3C3C3. Windows color (decimal): -12648459 or 16121662. OLE color: 16121662.
HSL color Cylindrical-coordinate representation of color #3EFFF5: hue angle of 176.89º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFF5 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 245 | - |
| CMYK | 0.76 | 0 | 0.04 | 0 |
| HSL | 176.89º | 1% | 0.62% | - |
| HSV(B) | 176.89º | 0.76% | 1% | - |
| XYZ | 54.23 | 79.14 | 98.8 | - |
| YUV | 196.15 | 155.56 | 32.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 245 | 0.76 | 0 | 0.04 | 0 | 176.89 | 1 | 0.62 |
| Hex | 3E | FF | F5 | 4C | 0 | 4 | 0 | B1 | 64 | 3E |
| Octal | 76 | 377 | 365 | 114 | 0 | 4 | 0 | 261 | 144 | 76 |
| Binary | 111110 | 11111111 | 11110101 | 1001100 | 0 | 100 | 0 | 10110001 | 1100100 | 111110 |
Color Harmonies of #3EFFF5
Complementary color
Monochromatic Colors of #3EFFF5
Black with #3EFFF5
Text Example
Text Example
White with #3EFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFF5; }
p { color: rgb(62,255,245); }
H1.HeaderClassName
{
color: #3EFFF5;
}
.AnyTagClassName
{
color: #3EFFF5;
}
</style>
background-color css
<style>
a { background-color: #3EFFF5; }
a { background-color: rgb(62,255,245); }
div.DivClassName
{
background-color: #3EFFF5;
}
.BgClassName
{
background-color: #3EFFF5;
}
</style>
border-color css
<style>
span { border-color: #3EFFF5; }
span { border-color: rgb(62,255,245); }
td.TdClassName
{
border-color: #3EFFF5;
}
.TagClassName
{
border-color: #3EFFF5;
}
</style>