Shades of Turquoise #3EE5EF
Tints of Turquoise #3EE5EF
RGB
CMYK
RGB Variations
Color information
#3EE5EF (or 0x3EE5EF) is known color: Turquoise. HEX triplet: 3E, E5 and EF. RGB value is (62,229,239). Sum of RGB (Red+Green+Blue) = 62+229+239=530 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.70% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #3EE5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE5EF is #C11A10. Grayscale: #B3B3B3. Windows color (decimal): -12655121 or 15721790. OLE color: 15721790.
HSL color Cylindrical-coordinate representation of color #3EE5EF: hue angle of 183.39º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EE5EF is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 229 | 239 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.06 |
| HSL | 183.39º | 0.85% | 0.59% | - |
| HSV(B) | 183.39º | 0.74% | 0.94% | - |
| XYZ | 45.59 | 63.29 | 91.48 | - |
| YUV | 180.21 | 161.17 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 229 | 239 | 0.74 | 0.04 | 0 | 0.06 | 183.39 | 0.85 | 0.59 |
| Hex | 3E | E5 | EF | 4A | 4 | 0 | 6 | B7 | 55 | 3B |
| Octal | 76 | 345 | 357 | 112 | 4 | 0 | 6 | 267 | 125 | 73 |
| Binary | 111110 | 11100101 | 11101111 | 1001010 | 100 | 0 | 110 | 10110111 | 1010101 | 111011 |
Color Harmonies of #3EE5EF
Complementary color
Monochromatic Colors of #3EE5EF
Black with #3EE5EF
Text Example
Text Example
White with #3EE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE5EF; }
p { color: rgb(62,229,239); }
H1.HeaderClassName
{
color: #3EE5EF;
}
.AnyTagClassName
{
color: #3EE5EF;
}
</style>
background-color css
<style>
a { background-color: #3EE5EF; }
a { background-color: rgb(62,229,239); }
div.DivClassName
{
background-color: #3EE5EF;
}
.BgClassName
{
background-color: #3EE5EF;
}
</style>
border-color css
<style>
span { border-color: #3EE5EF; }
span { border-color: rgb(62,229,239); }
td.TdClassName
{
border-color: #3EE5EF;
}
.TagClassName
{
border-color: #3EE5EF;
}
</style>