Shades of Turquoise #3EFDBD
Tints of Turquoise #3EFDBD
RGB
CMYK
RGB Variations
Color information
#3EFDBD (or 0x3EFDBD) is known color: Turquoise. HEX triplet: 3E, FD and BD. RGB value is (62,253,189). Sum of RGB (Red+Green+Blue) = 62+253+189=504 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.30% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDBD is #C10242. Grayscale: #BCBCBC. Windows color (decimal): -12649027 or 12451134. OLE color: 12451134.
HSL color Cylindrical-coordinate representation of color #3EFDBD: hue angle of 159.9º 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 #3EFDBD is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 189 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.01 |
| HSL | 159.9º | 0.98% | 0.62% | - |
| HSV(B) | 159.9º | 0.75% | 0.99% | - |
| XYZ | 46.3 | 74.95 | 60.17 | - |
| YUV | 188.6 | 128.22 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 189 | 0.75 | 0 | 0.25 | 0.01 | 159.9 | 0.98 | 0.62 |
| Hex | 3E | FD | BD | 4B | 0 | 19 | 1 | A0 | 62 | 3E |
| Octal | 76 | 375 | 275 | 113 | 0 | 31 | 1 | 240 | 142 | 76 |
| Binary | 111110 | 11111101 | 10111101 | 1001011 | 0 | 11001 | 1 | 10100000 | 1100010 | 111110 |
Color Harmonies of #3EFDBD
Complementary color
Monochromatic Colors of #3EFDBD
Black with #3EFDBD
Text Example
Text Example
White with #3EFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDBD; }
p { color: rgb(62,253,189); }
H1.HeaderClassName
{
color: #3EFDBD;
}
.AnyTagClassName
{
color: #3EFDBD;
}
</style>
background-color css
<style>
a { background-color: #3EFDBD; }
a { background-color: rgb(62,253,189); }
div.DivClassName
{
background-color: #3EFDBD;
}
.BgClassName
{
background-color: #3EFDBD;
}
</style>
border-color css
<style>
span { border-color: #3EFDBD; }
span { border-color: rgb(62,253,189); }
td.TdClassName
{
border-color: #3EFDBD;
}
.TagClassName
{
border-color: #3EFDBD;
}
</style>