Shades of Turquoise #2EF3CF
Tints of Turquoise #2EF3CF
RGB
CMYK
RGB Variations
Color information
#2EF3CF (or 0x2EF3CF) is known color: Turquoise. HEX triplet: 2E, F3 and CF. RGB value is (46,243,207). Sum of RGB (Red+Green+Blue) = 46+243+207=496 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.27% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF3CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF3CF is #D10C30. Grayscale: #B3B3B3. Windows color (decimal): -13700145 or 13628206. OLE color: 13628206.
HSL color Cylindrical-coordinate representation of color #2EF3CF: hue angle of 169.04º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF3CF is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 207 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.05 |
| HSL | 169.04º | 0.89% | 0.57% | - |
| HSV(B) | 169.04º | 0.81% | 0.95% | - |
| XYZ | 44.44 | 69.19 | 70.04 | - |
| YUV | 179.99 | 143.23 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 207 | 0.81 | 0 | 0.15 | 0.05 | 169.04 | 0.89 | 0.57 |
| Hex | 2E | F3 | CF | 51 | 0 | F | 5 | A9 | 59 | 39 |
| Octal | 56 | 363 | 317 | 121 | 0 | 17 | 5 | 251 | 131 | 71 |
| Binary | 101110 | 11110011 | 11001111 | 1010001 | 0 | 1111 | 101 | 10101001 | 1011001 | 111001 |
Color Harmonies of #2EF3CF
Complementary color
Monochromatic Colors of #2EF3CF
Black with #2EF3CF
Text Example
Text Example
White with #2EF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF3CF; }
p { color: rgb(46,243,207); }
H1.HeaderClassName
{
color: #2EF3CF;
}
.AnyTagClassName
{
color: #2EF3CF;
}
</style>
background-color css
<style>
a { background-color: #2EF3CF; }
a { background-color: rgb(46,243,207); }
div.DivClassName
{
background-color: #2EF3CF;
}
.BgClassName
{
background-color: #2EF3CF;
}
</style>
border-color css
<style>
span { border-color: #2EF3CF; }
span { border-color: rgb(46,243,207); }
td.TdClassName
{
border-color: #2EF3CF;
}
.TagClassName
{
border-color: #2EF3CF;
}
</style>