Shades of Turquoise #3EFCBD
Tints of Turquoise #3EFCBD
RGB
CMYK
RGB Variations
Color information
#3EFCBD (or 0x3EFCBD) is known color: Turquoise. HEX triplet: 3E, FC and BD. RGB value is (62,252,189). Sum of RGB (Red+Green+Blue) = 62+252+189=503 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.33% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFCBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFCBD is #C10342. Grayscale: #BCBCBC. Windows color (decimal): -12649283 or 12450878. OLE color: 12450878.
HSL color Cylindrical-coordinate representation of color #3EFCBD: hue angle of 160.11º degrees, saturation: 0.97, 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 #3EFCBD is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 252 | 189 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.01 |
| HSL | 160.11º | 0.97% | 0.62% | - |
| HSV(B) | 160.11º | 0.75% | 0.99% | - |
| XYZ | 45.98 | 74.32 | 60.07 | - |
| YUV | 188.01 | 128.55 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 189 | 0.75 | 0 | 0.25 | 0.01 | 160.11 | 0.97 | 0.62 |
| Hex | 3E | FC | BD | 4B | 0 | 19 | 1 | A0 | 61 | 3E |
| Octal | 76 | 374 | 275 | 113 | 0 | 31 | 1 | 240 | 141 | 76 |
| Binary | 111110 | 11111100 | 10111101 | 1001011 | 0 | 11001 | 1 | 10100000 | 1100001 | 111110 |
Color Harmonies of #3EFCBD
Complementary color
Monochromatic Colors of #3EFCBD
Black with #3EFCBD
Text Example
Text Example
White with #3EFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFCBD; }
p { color: rgb(62,252,189); }
H1.HeaderClassName
{
color: #3EFCBD;
}
.AnyTagClassName
{
color: #3EFCBD;
}
</style>
background-color css
<style>
a { background-color: #3EFCBD; }
a { background-color: rgb(62,252,189); }
div.DivClassName
{
background-color: #3EFCBD;
}
.BgClassName
{
background-color: #3EFCBD;
}
</style>
border-color css
<style>
span { border-color: #3EFCBD; }
span { border-color: rgb(62,252,189); }
td.TdClassName
{
border-color: #3EFCBD;
}
.TagClassName
{
border-color: #3EFCBD;
}
</style>