#2ef1d0

Color #2EF1D0 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #2EF1D0

Tints of Turquoise #2EF1D0

Color information

#2EF1D0 (or 0x2EF1D0) is unknown color: approx Turquoise. HEX triplet: 2E, F1 and D0. RGB value is (46,241,208). Sum of RGB (Red+Green+Blue) = 46+241+208=495 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.29% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF1D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF1D0 is #D10E2F. Grayscale: #B2B2B2. Windows color (decimal): -13700656 or 13693230. OLE color: 13693230.

HSL color Cylindrical-coordinate representation of color #2EF1D0: hue angle of 169.85º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF1D0 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB46241208-
CMYK0.8100.140.05
HSL169.85º87.44%56.27%-
HSV(B)169.85º80.91%94.51%-
XYZ43.9768.0570.49-
YUV178.93144.433.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 9.29%
GREEN value IS 241 (94.53% from 255) = 48.69%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=9.29%
G=48.69%
B=42.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462412080.8100.140.05169.8587.4456.27
Hex2EF1D0510E5aa5738
Octal56361320121016525212770
Binary1011101111000111010000101000101110101101010101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ef1d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ef1d0; }

 p { color: rgb(46,241,208); }

 H1.HeaderClassName
 {
   color: #2ef1d0;
 }
 .AnyTagClassName
 {
   color: #2ef1d0;
 }
</style>
background-color css

<style>
 a { background-color: #2ef1d0; }

 a { background-color: rgb(46,241,208); }

 div.DivClassName
 {
   background-color: #2ef1d0;
 }
 .BgClassName
 {
   background-color: #2ef1d0;
 }
</style>
border-color css

<style>
 span { border-color: #2ef1d0; }

 span { border-color: rgb(46,241,208); }

 td.TdClassName
 {
   border-color: #2ef1d0;
 }
 .TagClassName
 {
   border-color: #2ef1d0;
 }
</style>