Html Css Color HEX #2EF1E0 Turquoise

📋 copy color: '#2EF1E0'

red 46 ◦ green 241 ◦ blue 224

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

Shades of Turquoise #2EF1E0

Tints of Turquoise #2EF1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.84%

R = 9%
G = 47.16%
B = 43.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#2EF1E0 (or 0x2EF1E0) is known color: Turquoise. HEX triplet: 2E, F1 and E0. RGB value is (46,241,224). Sum of RGB (Red+Green+Blue) = 46+241+224=511 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.00% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF1E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF1E0 is #D10E1F. Grayscale: #B4B4B4. Windows color (decimal): -13700640 or 14741806. OLE color: 14741806.

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

Color convert

RGB 46 241 224 -
CMYK 0.81 0 0.07 0.05
HSL 174.77º 0.87% 0.56% -
HSV(B) 174.77º 0.81% 0.95% -
XYZ 46.04 68.87 81.39 -
YUV 180.76 152.4 31.88 -
System Red Green Blue C M Y K H S L
Decimal 46 241 224 0.81 0 0.07 0.05 174.77 0.87 0.56
Hex 2E F1 E0 51 0 7 5 AF 57 38
Octal 56 361 340 121 0 7 5 257 127 70
Binary 101110 11110001 11100000 1010001 0 111 101 10101111 1010111 111000

Color Harmonies of #2EF1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF1E0

Black with #2EF1E0

Text Example


Text Example

White with #2EF1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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