Html Css Color HEX #2EF1D8 Turquoise

📋 copy color: '#2EF1D8'

red 46 ◦ green 241 ◦ blue 216

#2EF1D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #2EF1D8

Tints of Turquoise #2EF1D8

RGB

 RED value IS 46 (18.36% from 255) = 9.15%

 GREEN value IS 241 (94.53% from 255) = 47.91%

 BLUE value IS 216 (84.77% from 255) = 42.94%

R = 9.15%
G = 47.91%
B = 42.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#2EF1D8 (or 0x2EF1D8) is known color: Turquoise. HEX triplet: 2E, F1 and D8. RGB value is (46,241,216). Sum of RGB (Red+Green+Blue) = 46+241+216=503 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.15% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF1D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF1D8 is #D10E27. Grayscale: #B3B3B3. Windows color (decimal): -13700648 or 14217518. OLE color: 14217518.

HSL color Cylindrical-coordinate representation of color #2EF1D8: hue angle of 172.31º 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 #2EF1D8 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 241 216 -
CMYK 0.81 0 0.10 0.05
HSL 172.31º 0.87% 0.56% -
HSV(B) 172.31º 0.81% 0.95% -
XYZ 44.98 68.45 75.81 -
YUV 179.85 148.4 32.53 -
System Red Green Blue C M Y K H S L
Decimal 46 241 216 0.81 0 0.10 0.05 172.31 0.87 0.56
Hex 2E F1 D8 51 0 A 5 AC 57 38
Octal 56 361 330 121 0 12 5 254 127 70
Binary 101110 11110001 11011000 1010001 0 1010 101 10101100 1010111 111000

Color Harmonies of #2EF1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF1D8

Black with #2EF1D8

Text Example


Text Example

White with #2EF1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EF1D8;
 }
 .AnyTagClassName
 {
   color: #2EF1D8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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