Html Css Color HEX #2EEDCB Turquoise

📋 copy color: '#2EEDCB'

red 46 ◦ green 237 ◦ blue 203

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

Shades of Turquoise #2EEDCB

Tints of Turquoise #2EEDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 9.47%
G = 48.77%
B = 41.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#2EEDCB (or 0x2EEDCB) is known color: Turquoise. HEX triplet: 2E, ED and CB. RGB value is (46,237,203). Sum of RGB (Red+Green+Blue) = 46+237+203=486 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.47% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEDCB is #D11234. Grayscale: #AFAFAF. Windows color (decimal): -13701685 or 13364526. OLE color: 13364526.

HSL color Cylindrical-coordinate representation of color #2EEDCB: hue angle of 169.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEDCB is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 203 -
CMYK 0.81 0 0.14 0.07
HSL 169.32º 0.84% 0.55% -
HSV(B) 169.32º 0.81% 0.93% -
XYZ 42.19 65.46 66.91 -
YUV 176.02 143.22 35.26 -
System Red Green Blue C M Y K H S L
Decimal 46 237 203 0.81 0 0.14 0.07 169.32 0.84 0.55
Hex 2E ED CB 51 0 E 7 A9 54 37
Octal 56 355 313 121 0 16 7 251 124 67
Binary 101110 11101101 11001011 1010001 0 1110 111 10101001 1010100 110111

Color Harmonies of #2EEDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEDCB

Black with #2EEDCB

Text Example


Text Example

White with #2EEDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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