Shades of Turquoise #3EFDDE
Tints of Turquoise #3EFDDE
RGB
CMYK
RGB Variations
Color information
#3EFDDE (or 0x3EFDDE) is known color: Turquoise. HEX triplet: 3E, FD and DE. RGB value is (62,253,222). Sum of RGB (Red+Green+Blue) = 62+253+222=537 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.55% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDDE is #C10221. Grayscale: #C0C0C0. Windows color (decimal): -12648994 or 14613822. OLE color: 14613822.
HSL color Cylindrical-coordinate representation of color #3EFDDE: hue angle of 170.26º 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 #3EFDDE is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 222 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.01 |
| HSL | 170.26º | 0.98% | 0.62% | - |
| HSV(B) | 170.26º | 0.75% | 0.99% | - |
| XYZ | 50.3 | 76.55 | 81.23 | - |
| YUV | 192.36 | 144.72 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 222 | 0.75 | 0 | 0.12 | 0.01 | 170.26 | 0.98 | 0.62 |
| Hex | 3E | FD | DE | 4B | 0 | C | 1 | AA | 62 | 3E |
| Octal | 76 | 375 | 336 | 113 | 0 | 14 | 1 | 252 | 142 | 76 |
| Binary | 111110 | 11111101 | 11011110 | 1001011 | 0 | 1100 | 1 | 10101010 | 1100010 | 111110 |
Color Harmonies of #3EFDDE
Complementary color
Monochromatic Colors of #3EFDDE
Black with #3EFDDE
Text Example
Text Example
White with #3EFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDDE; }
p { color: rgb(62,253,222); }
H1.HeaderClassName
{
color: #3EFDDE;
}
.AnyTagClassName
{
color: #3EFDDE;
}
</style>
background-color css
<style>
a { background-color: #3EFDDE; }
a { background-color: rgb(62,253,222); }
div.DivClassName
{
background-color: #3EFDDE;
}
.BgClassName
{
background-color: #3EFDDE;
}
</style>
border-color css
<style>
span { border-color: #3EFDDE; }
span { border-color: rgb(62,253,222); }
td.TdClassName
{
border-color: #3EFDDE;
}
.TagClassName
{
border-color: #3EFDDE;
}
</style>