Shades of Turquoise #3EFDD0
Tints of Turquoise #3EFDD0
RGB
CMYK
RGB Variations
Color information
#3EFDD0 (or 0x3EFDD0) is known color: Turquoise. HEX triplet: 3E, FD and D0. RGB value is (62,253,208). Sum of RGB (Red+Green+Blue) = 62+253+208=523 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.85% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDD0 is #C1022F. Grayscale: #BEBEBE. Windows color (decimal): -12649008 or 13696318. OLE color: 13696318.
HSL color Cylindrical-coordinate representation of color #3EFDD0: hue angle of 165.86º 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 #3EFDD0 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 208 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.01 |
| HSL | 165.86º | 0.98% | 0.62% | - |
| HSV(B) | 165.86º | 0.75% | 0.99% | - |
| XYZ | 48.5 | 75.83 | 71.75 | - |
| YUV | 190.76 | 137.72 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 208 | 0.75 | 0 | 0.18 | 0.01 | 165.86 | 0.98 | 0.62 |
| Hex | 3E | FD | D0 | 4B | 0 | 12 | 1 | A6 | 62 | 3E |
| Octal | 76 | 375 | 320 | 113 | 0 | 22 | 1 | 246 | 142 | 76 |
| Binary | 111110 | 11111101 | 11010000 | 1001011 | 0 | 10010 | 1 | 10100110 | 1100010 | 111110 |
Color Harmonies of #3EFDD0
Complementary color
Monochromatic Colors of #3EFDD0
Black with #3EFDD0
Text Example
Text Example
White with #3EFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDD0; }
p { color: rgb(62,253,208); }
H1.HeaderClassName
{
color: #3EFDD0;
}
.AnyTagClassName
{
color: #3EFDD0;
}
</style>
background-color css
<style>
a { background-color: #3EFDD0; }
a { background-color: rgb(62,253,208); }
div.DivClassName
{
background-color: #3EFDD0;
}
.BgClassName
{
background-color: #3EFDD0;
}
</style>
border-color css
<style>
span { border-color: #3EFDD0; }
span { border-color: rgb(62,253,208); }
td.TdClassName
{
border-color: #3EFDD0;
}
.TagClassName
{
border-color: #3EFDD0;
}
</style>