Html Css Color HEX #2EDFBD Turquoise

📋 copy color: '#2EDFBD'

red 46 ◦ green 223 ◦ blue 189

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

Shades of Turquoise #2EDFBD

Tints of Turquoise #2EDFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 10.04%
G = 48.69%
B = 41.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#2EDFBD (or 0x2EDFBD) is known color: Turquoise. HEX triplet: 2E, DF and BD. RGB value is (46,223,189). Sum of RGB (Red+Green+Blue) = 46+223+189=458 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.04% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFBD is #D12042. Grayscale: #A6A6A6. Windows color (decimal): -13705283 or 12443438. OLE color: 12443438.

HSL color Cylindrical-coordinate representation of color #2EDFBD: hue angle of 168.47º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDFBD is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 223 189 -
CMYK 0.79 0 0.15 0.13
HSL 168.47º 0.73% 0.53% -
HSV(B) 168.47º 0.79% 0.87% -
XYZ 36.7 57.03 57.22 -
YUV 166.2 140.86 42.26 -
System Red Green Blue C M Y K H S L
Decimal 46 223 189 0.79 0 0.15 0.13 168.47 0.73 0.53
Hex 2E DF BD 4F 0 F D A8 49 35
Octal 56 337 275 117 0 17 15 250 111 65
Binary 101110 11011111 10111101 1001111 0 1111 1101 10101000 1001001 110101

Color Harmonies of #2EDFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFBD

Black with #2EDFBD

Text Example


Text Example

White with #2EDFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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