Shades of Turquoise #2EFFCD
Tints of Turquoise #2EFFCD
RGB
CMYK
RGB Variations
Color information
#2EFFCD (or 0x2EFFCD) is known color: Turquoise. HEX triplet: 2E, FF and CD. RGB value is (46,255,205). Sum of RGB (Red+Green+Blue) = 46+255+205=506 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.09% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFCD is #D10032. Grayscale: #BABABA. Windows color (decimal): -13697075 or 13500206. OLE color: 13500206.
HSL color Cylindrical-coordinate representation of color #2EFFCD: hue angle of 165.65º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFCD is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 205 | - |
| CMYK | 0.82 | 0 | 0.20 | 0 |
| HSL | 165.65º | 1% | 0.59% | - |
| HSV(B) | 165.65º | 0.82% | 1% | - |
| XYZ | 47.91 | 76.51 | 70 | - |
| YUV | 186.81 | 138.26 | 27.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 205 | 0.82 | 0 | 0.20 | 0 | 165.65 | 1 | 0.59 |
| Hex | 2E | FF | CD | 52 | 0 | 14 | 0 | A6 | 64 | 3B |
| Octal | 56 | 377 | 315 | 122 | 0 | 24 | 0 | 246 | 144 | 73 |
| Binary | 101110 | 11111111 | 11001101 | 1010010 | 0 | 10100 | 0 | 10100110 | 1100100 | 111011 |
Color Harmonies of #2EFFCD
Complementary color
Monochromatic Colors of #2EFFCD
Black with #2EFFCD
Text Example
Text Example
White with #2EFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFFCD; }
p { color: rgb(46,255,205); }
H1.HeaderClassName
{
color: #2EFFCD;
}
.AnyTagClassName
{
color: #2EFFCD;
}
</style>
background-color css
<style>
a { background-color: #2EFFCD; }
a { background-color: rgb(46,255,205); }
div.DivClassName
{
background-color: #2EFFCD;
}
.BgClassName
{
background-color: #2EFFCD;
}
</style>
border-color css
<style>
span { border-color: #2EFFCD; }
span { border-color: rgb(46,255,205); }
td.TdClassName
{
border-color: #2EFFCD;
}
.TagClassName
{
border-color: #2EFFCD;
}
</style>