Shades of Turquoise #3EFDEF
Tints of Turquoise #3EFDEF
RGB
CMYK
RGB Variations
Color information
#3EFDEF (or 0x3EFDEF) is known color: Turquoise. HEX triplet: 3E, FD and EF. RGB value is (62,253,239). Sum of RGB (Red+Green+Blue) = 62+253+239=554 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.19% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFDEF is #C10210. Grayscale: #C2C2C2. Windows color (decimal): -12648977 or 15727934. OLE color: 15727934.
HSL color Cylindrical-coordinate representation of color #3EFDEF: hue angle of 175.6º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFDEF is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 239 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.01 |
| HSL | 175.6º | 0.98% | 0.62% | - |
| HSV(B) | 175.6º | 0.75% | 0.99% | - |
| XYZ | 52.69 | 77.51 | 93.84 | - |
| YUV | 194.3 | 153.22 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 239 | 0.75 | 0 | 0.06 | 0.01 | 175.6 | 0.98 | 0.62 |
| Hex | 3E | FD | EF | 4B | 0 | 6 | 1 | B0 | 62 | 3E |
| Octal | 76 | 375 | 357 | 113 | 0 | 6 | 1 | 260 | 142 | 76 |
| Binary | 111110 | 11111101 | 11101111 | 1001011 | 0 | 110 | 1 | 10110000 | 1100010 | 111110 |
Color Harmonies of #3EFDEF
Complementary color
Monochromatic Colors of #3EFDEF
Black with #3EFDEF
Text Example
Text Example
White with #3EFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDEF; }
p { color: rgb(62,253,239); }
H1.HeaderClassName
{
color: #3EFDEF;
}
.AnyTagClassName
{
color: #3EFDEF;
}
</style>
background-color css
<style>
a { background-color: #3EFDEF; }
a { background-color: rgb(62,253,239); }
div.DivClassName
{
background-color: #3EFDEF;
}
.BgClassName
{
background-color: #3EFDEF;
}
</style>
border-color css
<style>
span { border-color: #3EFDEF; }
span { border-color: rgb(62,253,239); }
td.TdClassName
{
border-color: #3EFDEF;
}
.TagClassName
{
border-color: #3EFDEF;
}
</style>