Shades of Turquoise #2EFFCB
Tints of Turquoise #2EFFCB
RGB
CMYK
RGB Variations
Color information
#2EFFCB (or 0x2EFFCB) is known color: Turquoise. HEX triplet: 2E, FF and CB. RGB value is (46,255,203). Sum of RGB (Red+Green+Blue) = 46+255+203=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFCB is #D10034. Grayscale: #BABABA. Windows color (decimal): -13697077 or 13369134. OLE color: 13369134.
HSL color Cylindrical-coordinate representation of color #2EFFCB: hue angle of 165.07º 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 #2EFFCB is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 203 | - |
| CMYK | 0.82 | 0 | 0.20 | 0 |
| HSL | 165.07º | 1% | 0.59% | - |
| HSV(B) | 165.07º | 0.82% | 1% | - |
| XYZ | 47.67 | 76.41 | 68.74 | - |
| YUV | 186.58 | 137.26 | 27.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 203 | 0.82 | 0 | 0.20 | 0 | 165.07 | 1 | 0.59 |
| Hex | 2E | FF | CB | 52 | 0 | 14 | 0 | A5 | 64 | 3B |
| Octal | 56 | 377 | 313 | 122 | 0 | 24 | 0 | 245 | 144 | 73 |
| Binary | 101110 | 11111111 | 11001011 | 1010010 | 0 | 10100 | 0 | 10100101 | 1100100 | 111011 |
Color Harmonies of #2EFFCB
Complementary color
Monochromatic Colors of #2EFFCB
Black with #2EFFCB
Text Example
Text Example
White with #2EFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFFCB; }
p { color: rgb(46,255,203); }
H1.HeaderClassName
{
color: #2EFFCB;
}
.AnyTagClassName
{
color: #2EFFCB;
}
</style>
background-color css
<style>
a { background-color: #2EFFCB; }
a { background-color: rgb(46,255,203); }
div.DivClassName
{
background-color: #2EFFCB;
}
.BgClassName
{
background-color: #2EFFCB;
}
</style>
border-color css
<style>
span { border-color: #2EFFCB; }
span { border-color: rgb(46,255,203); }
td.TdClassName
{
border-color: #2EFFCB;
}
.TagClassName
{
border-color: #2EFFCB;
}
</style>