Shades of Turquoise #3EFFEE
Tints of Turquoise #3EFFEE
RGB
CMYK
RGB Variations
Color information
#3EFFEE (or 0x3EFFEE) is known color: Turquoise. HEX triplet: 3E, FF and EE. RGB value is (62,255,238). Sum of RGB (Red+Green+Blue) = 62+255+238=555 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.17% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFFEE is #C10011. Grayscale: #C3C3C3. Windows color (decimal): -12648466 or 15662910. OLE color: 15662910.
HSL color Cylindrical-coordinate representation of color #3EFFEE: hue angle of 174.72º 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 #3EFFEE is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 238 | - |
| CMYK | 0.76 | 0 | 0.07 | 0 |
| HSL | 174.72º | 1% | 0.62% | - |
| HSV(B) | 174.72º | 0.76% | 1% | - |
| XYZ | 53.18 | 78.72 | 93.28 | - |
| YUV | 195.36 | 152.06 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 238 | 0.76 | 0 | 0.07 | 0 | 174.72 | 1 | 0.62 |
| Hex | 3E | FF | EE | 4C | 0 | 7 | 0 | AF | 64 | 3E |
| Octal | 76 | 377 | 356 | 114 | 0 | 7 | 0 | 257 | 144 | 76 |
| Binary | 111110 | 11111111 | 11101110 | 1001100 | 0 | 111 | 0 | 10101111 | 1100100 | 111110 |
Color Harmonies of #3EFFEE
Complementary color
Monochromatic Colors of #3EFFEE
Black with #3EFFEE
Text Example
Text Example
White with #3EFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFEE; }
p { color: rgb(62,255,238); }
H1.HeaderClassName
{
color: #3EFFEE;
}
.AnyTagClassName
{
color: #3EFFEE;
}
</style>
background-color css
<style>
a { background-color: #3EFFEE; }
a { background-color: rgb(62,255,238); }
div.DivClassName
{
background-color: #3EFFEE;
}
.BgClassName
{
background-color: #3EFFEE;
}
</style>
border-color css
<style>
span { border-color: #3EFFEE; }
span { border-color: rgb(62,255,238); }
td.TdClassName
{
border-color: #3EFFEE;
}
.TagClassName
{
border-color: #3EFFEE;
}
</style>