Html Css Color HEX #2EDEF1 Turquoise

📋 copy color: '#2EDEF1'

red 46 ◦ green 222 ◦ blue 241

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

Shades of Turquoise #2EDEF1

Tints of Turquoise #2EDEF1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.61%

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

R = 9.04%
G = 43.61%
B = 47.35%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2EDEF1 (or 0x2EDEF1) is known color: Turquoise. HEX triplet: 2E, DE and F1. RGB value is (46,222,241). Sum of RGB (Red+Green+Blue) = 46+222+241=509 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.04% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #2EDEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDEF1 is #D1210E. Grayscale: #ABABAB. Windows color (decimal): -13705487 or 15851054. OLE color: 15851054.

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

Color convert

RGB 46 222 241 -
CMYK 0.81 0.08 0 0.05
HSL 185.85º 0.87% 0.56% -
HSV(B) 185.85º 0.81% 0.95% -
XYZ 43.13 59.17 92.37 -
YUV 171.54 167.19 38.46 -
System Red Green Blue C M Y K H S L
Decimal 46 222 241 0.81 0.08 0 0.05 185.85 0.87 0.56
Hex 2E DE F1 51 8 0 5 BA 57 38
Octal 56 336 361 121 10 0 5 272 127 70
Binary 101110 11011110 11110001 1010001 1000 0 101 10111010 1010111 111000

Color Harmonies of #2EDEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDEF1

Black with #2EDEF1

Text Example


Text Example

White with #2EDEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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