Html Css Color HEX #2EDEDD Turquoise

📋 copy color: '#2EDEDD'

red 46 ◦ green 222 ◦ blue 221

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

Shades of Turquoise #2EDEDD

Tints of Turquoise #2EDEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.4%

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 9.41%
G = 45.4%
B = 45.19%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#2EDEDD (or 0x2EDEDD) is known color: Turquoise. HEX triplet: 2E, DE and DD. RGB value is (46,222,221). Sum of RGB (Red+Green+Blue) = 46+222+221=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDEDD is #D12122. Grayscale: #A9A9A9. Windows color (decimal): -13705507 or 14540334. OLE color: 14540334.

HSL color Cylindrical-coordinate representation of color #2EDEDD: hue angle of 179.66º 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 #2EDEDD is Cyan = 0.79, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 222 221 -
CMYK 0.79 0 0.00 0.13
HSL 179.66º 0.73% 0.53% -
HSV(B) 179.66º 0.79% 0.87% -
XYZ 40.3 58.04 77.49 -
YUV 169.26 157.19 40.08 -
System Red Green Blue C M Y K H S L
Decimal 46 222 221 0.79 0 0.00 0.13 179.66 0.73 0.53
Hex 2E DE DD 4F 0 0 D B4 49 35
Octal 56 336 335 117 0 0 15 264 111 65
Binary 101110 11011110 11011101 1001111 0 0 1101 10110100 1001001 110101

Color Harmonies of #2EDEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDEDD

Black with #2EDEDD

Text Example


Text Example

White with #2EDEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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