Shades of Turquoise #3EFDCB
Tints of Turquoise #3EFDCB
RGB
CMYK
RGB Variations
Color information
#3EFDCB (or 0x3EFDCB) is known color: Turquoise. HEX triplet: 3E, FD and CB. RGB value is (62,253,203). Sum of RGB (Red+Green+Blue) = 62+253+203=518 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.97% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDCB is #C10234. Grayscale: #BEBEBE. Windows color (decimal): -12649013 or 13368638. OLE color: 13368638.
HSL color Cylindrical-coordinate representation of color #3EFDCB: hue angle of 164.29º 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 #3EFDCB is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 203 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.01 |
| HSL | 164.29º | 0.98% | 0.62% | - |
| HSV(B) | 164.29º | 0.75% | 0.99% | - |
| XYZ | 47.89 | 75.59 | 68.57 | - |
| YUV | 190.19 | 135.22 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 203 | 0.75 | 0 | 0.20 | 0.01 | 164.29 | 0.98 | 0.62 |
| Hex | 3E | FD | CB | 4B | 0 | 14 | 1 | A4 | 62 | 3E |
| Octal | 76 | 375 | 313 | 113 | 0 | 24 | 1 | 244 | 142 | 76 |
| Binary | 111110 | 11111101 | 11001011 | 1001011 | 0 | 10100 | 1 | 10100100 | 1100010 | 111110 |
Color Harmonies of #3EFDCB
Complementary color
Monochromatic Colors of #3EFDCB
Black with #3EFDCB
Text Example
Text Example
White with #3EFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDCB; }
p { color: rgb(62,253,203); }
H1.HeaderClassName
{
color: #3EFDCB;
}
.AnyTagClassName
{
color: #3EFDCB;
}
</style>
background-color css
<style>
a { background-color: #3EFDCB; }
a { background-color: rgb(62,253,203); }
div.DivClassName
{
background-color: #3EFDCB;
}
.BgClassName
{
background-color: #3EFDCB;
}
</style>
border-color css
<style>
span { border-color: #3EFDCB; }
span { border-color: rgb(62,253,203); }
td.TdClassName
{
border-color: #3EFDCB;
}
.TagClassName
{
border-color: #3EFDCB;
}
</style>