Html Css Color HEX #2EDDBC Turquoise

📋 copy color: '#2EDDBC'

red 46 ◦ green 221 ◦ blue 188

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

Shades of Turquoise #2EDDBC

Tints of Turquoise #2EDDBC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.57%

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 10.11%
G = 48.57%
B = 41.32%

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

#2EDDBC (or 0x2EDDBC) is known color: Turquoise. HEX triplet: 2E, DD and BC. RGB value is (46,221,188). Sum of RGB (Red+Green+Blue) = 46+221+188=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDDBC is #D12243. Grayscale: #A4A4A4. Windows color (decimal): -13705796 or 12377390. OLE color: 12377390.

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

Color convert

RGB 46 221 188 -
CMYK 0.79 0 0.15 0.13
HSL 168.69º 0.72% 0.52% -
HSV(B) 168.69º 0.79% 0.87% -
XYZ 36.06 55.92 56.47 -
YUV 164.91 141.02 43.18 -
System Red Green Blue C M Y K H S L
Decimal 46 221 188 0.79 0 0.15 0.13 168.69 0.72 0.52
Hex 2E DD BC 4F 0 F D A9 48 34
Octal 56 335 274 117 0 17 15 251 110 64
Binary 101110 11011101 10111100 1001111 0 1111 1101 10101001 1001000 110100

Color Harmonies of #2EDDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDDBC

Black with #2EDDBC

Text Example


Text Example

White with #2EDDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,221,188); }

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

background-color css

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

 a { background-color: rgb(46,221,188); }

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

border-color css

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

 span { border-color: rgb(46,221,188); }

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