Html Css Color HEX #2EEDF1 Turquoise

📋 copy color: '#2EEDF1'

red 46 ◦ green 237 ◦ blue 241

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

Shades of Turquoise #2EEDF1

Tints of Turquoise #2EEDF1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.23%

 BLUE value IS 241 (94.53% from 255) = 45.99%

R = 8.78%
G = 45.23%
B = 45.99%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2EEDF1 (or 0x2EEDF1) is known color: Turquoise. HEX triplet: 2E, ED and F1. RGB value is (46,237,241). Sum of RGB (Red+Green+Blue) = 46+237+241=524 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.78% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #2EEDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEDF1 is #D1120E. Grayscale: #B4B4B4. Windows color (decimal): -13701647 or 15854894. OLE color: 15854894.

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

Color convert

RGB 46 237 241 -
CMYK 0.81 0.02 0 0.05
HSL 181.23º 0.87% 0.56% -
HSV(B) 181.23º 0.81% 0.95% -
XYZ 47.29 67.5 93.76 -
YUV 180.35 162.22 32.17 -
System Red Green Blue C M Y K H S L
Decimal 46 237 241 0.81 0.02 0 0.05 181.23 0.87 0.56
Hex 2E ED F1 51 2 0 5 B5 57 38
Octal 56 355 361 121 2 0 5 265 127 70
Binary 101110 11101101 11110001 1010001 10 0 101 10110101 1010111 111000

Color Harmonies of #2EEDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEDF1

Black with #2EEDF1

Text Example


Text Example

White with #2EEDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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