Html Css Color HEX #2EDFF0 Turquoise

📋 copy color: '#2EDFF0'

red 46 ◦ green 223 ◦ blue 240

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

Shades of Turquoise #2EDFF0

Tints of Turquoise #2EDFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.15%

R = 9.04%
G = 43.81%
B = 47.15%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2EDFF0 (or 0x2EDFF0) is known color: Turquoise. HEX triplet: 2E, DF and F0. RGB value is (46,223,240). Sum of RGB (Red+Green+Blue) = 46+223+240=509 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.04% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #2EDFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDFF0 is #D1200F. Grayscale: #ABABAB. Windows color (decimal): -13705232 or 15785774. OLE color: 15785774.

HSL color Cylindrical-coordinate representation of color #2EDFF0: hue angle of 185.26º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EDFF0 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 223 240 -
CMYK 0.81 0.07 0 0.06
HSL 185.26º 0.87% 0.56% -
HSV(B) 185.26º 0.81% 0.94% -
XYZ 43.24 59.65 91.67 -
YUV 172.02 166.36 38.12 -
System Red Green Blue C M Y K H S L
Decimal 46 223 240 0.81 0.07 0 0.06 185.26 0.87 0.56
Hex 2E DF F0 51 7 0 6 B9 57 38
Octal 56 337 360 121 7 0 6 271 127 70
Binary 101110 11011111 11110000 1010001 111 0 110 10111001 1010111 111000

Color Harmonies of #2EDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFF0

Black with #2EDFF0

Text Example


Text Example

White with #2EDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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