Shades of Turquoise #3EFFF2
Tints of Turquoise #3EFFF2
RGB
CMYK
RGB Variations
Color information
#3EFFF2 (or 0x3EFFF2) is known color: Turquoise. HEX triplet: 3E, FF and F2. RGB value is (62,255,242). Sum of RGB (Red+Green+Blue) = 62+255+242=559 (74% of max value = 765). Red value is 62 (24.61% from 255 or 11.09% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFFF2 is #C1000D. Grayscale: #C3C3C3. Windows color (decimal): -12648462 or 15925054. OLE color: 15925054.
HSL color Cylindrical-coordinate representation of color #3EFFF2: hue angle of 175.96º 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 #3EFFF2 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 242 | - |
| CMYK | 0.76 | 0 | 0.05 | 0 |
| HSL | 175.96º | 1% | 0.62% | - |
| HSV(B) | 175.96º | 0.76% | 1% | - |
| XYZ | 53.77 | 78.95 | 96.41 | - |
| YUV | 195.81 | 154.06 | 32.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 242 | 0.76 | 0 | 0.05 | 0 | 175.96 | 1 | 0.62 |
| Hex | 3E | FF | F2 | 4C | 0 | 5 | 0 | B0 | 64 | 3E |
| Octal | 76 | 377 | 362 | 114 | 0 | 5 | 0 | 260 | 144 | 76 |
| Binary | 111110 | 11111111 | 11110010 | 1001100 | 0 | 101 | 0 | 10110000 | 1100100 | 111110 |
Color Harmonies of #3EFFF2
Complementary color
Monochromatic Colors of #3EFFF2
Black with #3EFFF2
Text Example
Text Example
White with #3EFFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFF2; }
p { color: rgb(62,255,242); }
H1.HeaderClassName
{
color: #3EFFF2;
}
.AnyTagClassName
{
color: #3EFFF2;
}
</style>
background-color css
<style>
a { background-color: #3EFFF2; }
a { background-color: rgb(62,255,242); }
div.DivClassName
{
background-color: #3EFFF2;
}
.BgClassName
{
background-color: #3EFFF2;
}
</style>
border-color css
<style>
span { border-color: #3EFFF2; }
span { border-color: rgb(62,255,242); }
td.TdClassName
{
border-color: #3EFFF2;
}
.TagClassName
{
border-color: #3EFFF2;
}
</style>