Shades of Turquoise #3EFFF0
Tints of Turquoise #3EFFF0
RGB
CMYK
RGB Variations
Color information
#3EFFF0 (or 0x3EFFF0) is known color: Turquoise. HEX triplet: 3E, FF and F0. RGB value is (62,255,240). Sum of RGB (Red+Green+Blue) = 62+255+240=557 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.13% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFFF0 is #C1000F. Grayscale: #C3C3C3. Windows color (decimal): -12648464 or 15793982. OLE color: 15793982.
HSL color Cylindrical-coordinate representation of color #3EFFF0: hue angle of 175.34º 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 #3EFFF0 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 240 | - |
| CMYK | 0.76 | 0 | 0.06 | 0 |
| HSL | 175.34º | 1% | 0.62% | - |
| HSV(B) | 175.34º | 0.76% | 1% | - |
| XYZ | 53.47 | 78.84 | 94.84 | - |
| YUV | 195.58 | 153.06 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 240 | 0.76 | 0 | 0.06 | 0 | 175.34 | 1 | 0.62 |
| Hex | 3E | FF | F0 | 4C | 0 | 6 | 0 | AF | 64 | 3E |
| Octal | 76 | 377 | 360 | 114 | 0 | 6 | 0 | 257 | 144 | 76 |
| Binary | 111110 | 11111111 | 11110000 | 1001100 | 0 | 110 | 0 | 10101111 | 1100100 | 111110 |
Color Harmonies of #3EFFF0
Complementary color
Monochromatic Colors of #3EFFF0
Black with #3EFFF0
Text Example
Text Example
White with #3EFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFF0; }
p { color: rgb(62,255,240); }
H1.HeaderClassName
{
color: #3EFFF0;
}
.AnyTagClassName
{
color: #3EFFF0;
}
</style>
background-color css
<style>
a { background-color: #3EFFF0; }
a { background-color: rgb(62,255,240); }
div.DivClassName
{
background-color: #3EFFF0;
}
.BgClassName
{
background-color: #3EFFF0;
}
</style>
border-color css
<style>
span { border-color: #3EFFF0; }
span { border-color: rgb(62,255,240); }
td.TdClassName
{
border-color: #3EFFF0;
}
.TagClassName
{
border-color: #3EFFF0;
}
</style>