Shades of Turquoise #2EFFCA
Tints of Turquoise #2EFFCA
RGB
CMYK
RGB Variations
Color information
#2EFFCA (or 0x2EFFCA) is known color: Turquoise. HEX triplet: 2E, FF and CA. RGB value is (46,255,202). Sum of RGB (Red+Green+Blue) = 46+255+202=503 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.15% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFCA is #D10035. Grayscale: #BABABA. Windows color (decimal): -13697078 or 13303598. OLE color: 13303598.
HSL color Cylindrical-coordinate representation of color #2EFFCA: hue angle of 164.78º 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 #2EFFCA is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 202 | - |
| CMYK | 0.82 | 0 | 0.21 | 0 |
| HSL | 164.78º | 1% | 0.59% | - |
| HSV(B) | 164.78º | 0.82% | 1% | - |
| XYZ | 47.55 | 76.37 | 68.11 | - |
| YUV | 186.47 | 136.76 | 27.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 202 | 0.82 | 0 | 0.21 | 0 | 164.78 | 1 | 0.59 |
| Hex | 2E | FF | CA | 52 | 0 | 15 | 0 | A5 | 64 | 3B |
| Octal | 56 | 377 | 312 | 122 | 0 | 25 | 0 | 245 | 144 | 73 |
| Binary | 101110 | 11111111 | 11001010 | 1010010 | 0 | 10101 | 0 | 10100101 | 1100100 | 111011 |
Color Harmonies of #2EFFCA
Complementary color
Monochromatic Colors of #2EFFCA
Black with #2EFFCA
Text Example
Text Example
White with #2EFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFFCA; }
p { color: rgb(46,255,202); }
H1.HeaderClassName
{
color: #2EFFCA;
}
.AnyTagClassName
{
color: #2EFFCA;
}
</style>
background-color css
<style>
a { background-color: #2EFFCA; }
a { background-color: rgb(46,255,202); }
div.DivClassName
{
background-color: #2EFFCA;
}
.BgClassName
{
background-color: #2EFFCA;
}
</style>
border-color css
<style>
span { border-color: #2EFFCA; }
span { border-color: rgb(46,255,202); }
td.TdClassName
{
border-color: #2EFFCA;
}
.TagClassName
{
border-color: #2EFFCA;
}
</style>