Html Css Color HEX #2EDFF2 Turquoise

📋 copy color: '#2EDFF2'

red 46 ◦ green 223 ◦ blue 242

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

Shades of Turquoise #2EDFF2

Tints of Turquoise #2EDFF2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.64%

 BLUE value IS 242 (94.92% from 255) = 47.36%

R = 9%
G = 43.64%
B = 47.36%

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

#2EDFF2 (or 0x2EDFF2) is known color: Turquoise. HEX triplet: 2E, DF and F2. RGB value is (46,223,242). Sum of RGB (Red+Green+Blue) = 46+223+242=511 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.00% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #2EDFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDFF2 is #D1200D. Grayscale: #ABABAB. Windows color (decimal): -13705230 or 15916846. OLE color: 15916846.

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

Color convert

RGB 46 223 242 -
CMYK 0.81 0.08 0 0.05
HSL 185.82º 0.88% 0.56% -
HSV(B) 185.82º 0.81% 0.95% -
XYZ 43.54 59.77 93.25 -
YUV 172.24 167.36 37.96 -
System Red Green Blue C M Y K H S L
Decimal 46 223 242 0.81 0.08 0 0.05 185.82 0.88 0.56
Hex 2E DF F2 51 8 0 5 BA 58 38
Octal 56 337 362 121 10 0 5 272 130 70
Binary 101110 11011111 11110010 1010001 1000 0 101 10111010 1011000 111000

Color Harmonies of #2EDFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFF2

Black with #2EDFF2

Text Example


Text Example

White with #2EDFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,223,242); }

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

background-color css

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

 a { background-color: rgb(46,223,242); }

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

border-color css

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

 span { border-color: rgb(46,223,242); }

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