Shades of Turquoise #2EFACB
Tints of Turquoise #2EFACB
RGB
CMYK
RGB Variations
Color information
#2EFACB (or 0x2EFACB) is known color: Turquoise. HEX triplet: 2E, FA and CB. RGB value is (46,250,203). Sum of RGB (Red+Green+Blue) = 46+250+203=499 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.22% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFACB is #D10534. Grayscale: #B7B7B7. Windows color (decimal): -13698357 or 13367854. OLE color: 13367854.
HSL color Cylindrical-coordinate representation of color #2EFACB: hue angle of 166.18º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFACB is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 203 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.02 |
| HSL | 166.18º | 0.95% | 0.58% | - |
| HSV(B) | 166.18º | 0.82% | 0.98% | - |
| XYZ | 46.09 | 73.26 | 68.21 | - |
| YUV | 183.65 | 138.91 | 29.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 203 | 0.82 | 0 | 0.19 | 0.02 | 166.18 | 0.95 | 0.58 |
| Hex | 2E | FA | CB | 52 | 0 | 13 | 2 | A6 | 5F | 3A |
| Octal | 56 | 372 | 313 | 122 | 0 | 23 | 2 | 246 | 137 | 72 |
| Binary | 101110 | 11111010 | 11001011 | 1010010 | 0 | 10011 | 10 | 10100110 | 1011111 | 111010 |
Color Harmonies of #2EFACB
Complementary color
Monochromatic Colors of #2EFACB
Black with #2EFACB
Text Example
Text Example
White with #2EFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFACB; }
p { color: rgb(46,250,203); }
H1.HeaderClassName
{
color: #2EFACB;
}
.AnyTagClassName
{
color: #2EFACB;
}
</style>
background-color css
<style>
a { background-color: #2EFACB; }
a { background-color: rgb(46,250,203); }
div.DivClassName
{
background-color: #2EFACB;
}
.BgClassName
{
background-color: #2EFACB;
}
</style>
border-color css
<style>
span { border-color: #2EFACB; }
span { border-color: rgb(46,250,203); }
td.TdClassName
{
border-color: #2EFACB;
}
.TagClassName
{
border-color: #2EFACB;
}
</style>