Shades of Turquoise #3EFFBD
Tints of Turquoise #3EFFBD
RGB
CMYK
RGB Variations
Color information
#3EFFBD (or 0x3EFFBD) is known color: Turquoise. HEX triplet: 3E, FF and BD. RGB value is (62,255,189). Sum of RGB (Red+Green+Blue) = 62+255+189=506 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.25% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFBD is #C10042. Grayscale: #BDBDBD. Windows color (decimal): -12648515 or 12451646. OLE color: 12451646.
HSL color Cylindrical-coordinate representation of color #3EFFBD: hue angle of 159.48º 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 #3EFFBD is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 189 | - |
| CMYK | 0.76 | 0 | 0.26 | 0 |
| HSL | 159.48º | 1% | 0.62% | - |
| HSV(B) | 159.48º | 0.76% | 1% | - |
| XYZ | 46.93 | 76.22 | 60.38 | - |
| YUV | 189.77 | 127.56 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 189 | 0.76 | 0 | 0.26 | 0 | 159.48 | 1 | 0.62 |
| Hex | 3E | FF | BD | 4C | 0 | 1A | 0 | 9F | 64 | 3E |
| Octal | 76 | 377 | 275 | 114 | 0 | 32 | 0 | 237 | 144 | 76 |
| Binary | 111110 | 11111111 | 10111101 | 1001100 | 0 | 11010 | 0 | 10011111 | 1100100 | 111110 |
Color Harmonies of #3EFFBD
Complementary color
Monochromatic Colors of #3EFFBD
Black with #3EFFBD
Text Example
Text Example
White with #3EFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFBD; }
p { color: rgb(62,255,189); }
H1.HeaderClassName
{
color: #3EFFBD;
}
.AnyTagClassName
{
color: #3EFFBD;
}
</style>
background-color css
<style>
a { background-color: #3EFFBD; }
a { background-color: rgb(62,255,189); }
div.DivClassName
{
background-color: #3EFFBD;
}
.BgClassName
{
background-color: #3EFFBD;
}
</style>
border-color css
<style>
span { border-color: #3EFFBD; }
span { border-color: rgb(62,255,189); }
td.TdClassName
{
border-color: #3EFFBD;
}
.TagClassName
{
border-color: #3EFFBD;
}
</style>