Shades of Turquoise #3EFEEE
Tints of Turquoise #3EFEEE
RGB
CMYK
RGB Variations
Color information
#3EFEEE (or 0x3EFEEE) is known color: Turquoise. HEX triplet: 3E, FE and EE. RGB value is (62,254,238). Sum of RGB (Red+Green+Blue) = 62+254+238=554 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.19% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFEEE is #C10111. Grayscale: #C2C2C2. Windows color (decimal): -12648722 or 15662654. OLE color: 15662654.
HSL color Cylindrical-coordinate representation of color #3EFEEE: hue angle of 175º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFEEE is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 238 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.00 |
| HSL | 175º | 0.99% | 0.62% | - |
| HSV(B) | 175º | 0.76% | 1% | - |
| XYZ | 52.86 | 78.08 | 93.17 | - |
| YUV | 194.77 | 152.39 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 238 | 0.76 | 0 | 0.06 | 0.00 | 175 | 0.99 | 0.62 |
| Hex | 3E | FE | EE | 4C | 0 | 6 | 0 | AF | 63 | 3E |
| Octal | 76 | 376 | 356 | 114 | 0 | 6 | 0 | 257 | 143 | 76 |
| Binary | 111110 | 11111110 | 11101110 | 1001100 | 0 | 110 | 0 | 10101111 | 1100011 | 111110 |
Color Harmonies of #3EFEEE
Complementary color
Monochromatic Colors of #3EFEEE
Black with #3EFEEE
Text Example
Text Example
White with #3EFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFEEE; }
p { color: rgb(62,254,238); }
H1.HeaderClassName
{
color: #3EFEEE;
}
.AnyTagClassName
{
color: #3EFEEE;
}
</style>
background-color css
<style>
a { background-color: #3EFEEE; }
a { background-color: rgb(62,254,238); }
div.DivClassName
{
background-color: #3EFEEE;
}
.BgClassName
{
background-color: #3EFEEE;
}
</style>
border-color css
<style>
span { border-color: #3EFEEE; }
span { border-color: rgb(62,254,238); }
td.TdClassName
{
border-color: #3EFEEE;
}
.TagClassName
{
border-color: #3EFEEE;
}
</style>