Shades of Turquoise #3EFFD0
Tints of Turquoise #3EFFD0
RGB
CMYK
RGB Variations
Color information
#3EFFD0 (or 0x3EFFD0) is known color: Turquoise. HEX triplet: 3E, FF and D0. RGB value is (62,255,208). Sum of RGB (Red+Green+Blue) = 62+255+208=525 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.81% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFD0 is #C1002F. Grayscale: #BFBFBF. Windows color (decimal): -12648496 or 13696830. OLE color: 13696830.
HSL color Cylindrical-coordinate representation of color #3EFFD0: hue angle of 165.39º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFD0 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 208 | - |
| CMYK | 0.76 | 0 | 0.18 | 0 |
| HSL | 165.39º | 1% | 0.62% | - |
| HSV(B) | 165.39º | 0.76% | 1% | - |
| XYZ | 49.13 | 77.1 | 71.97 | - |
| YUV | 191.94 | 137.06 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 208 | 0.76 | 0 | 0.18 | 0 | 165.39 | 1 | 0.62 |
| Hex | 3E | FF | D0 | 4C | 0 | 12 | 0 | A5 | 64 | 3E |
| Octal | 76 | 377 | 320 | 114 | 0 | 22 | 0 | 245 | 144 | 76 |
| Binary | 111110 | 11111111 | 11010000 | 1001100 | 0 | 10010 | 0 | 10100101 | 1100100 | 111110 |
Color Harmonies of #3EFFD0
Complementary color
Monochromatic Colors of #3EFFD0
Black with #3EFFD0
Text Example
Text Example
White with #3EFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFD0; }
p { color: rgb(62,255,208); }
H1.HeaderClassName
{
color: #3EFFD0;
}
.AnyTagClassName
{
color: #3EFFD0;
}
</style>
background-color css
<style>
a { background-color: #3EFFD0; }
a { background-color: rgb(62,255,208); }
div.DivClassName
{
background-color: #3EFFD0;
}
.BgClassName
{
background-color: #3EFFD0;
}
</style>
border-color css
<style>
span { border-color: #3EFFD0; }
span { border-color: rgb(62,255,208); }
td.TdClassName
{
border-color: #3EFFD0;
}
.TagClassName
{
border-color: #3EFFD0;
}
</style>