Html Css Color HEX #2EDEDC Turquoise

📋 copy color: '#2EDEDC'

red 46 ◦ green 222 ◦ blue 220

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

Shades of Turquoise #2EDEDC

Tints of Turquoise #2EDEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 9.43%
G = 45.49%
B = 45.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#2EDEDC (or 0x2EDEDC) is known color: Turquoise. HEX triplet: 2E, DE and DC. RGB value is (46,222,220). Sum of RGB (Red+Green+Blue) = 46+222+220=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDEDC is #D12123. Grayscale: #A8A8A8. Windows color (decimal): -13705508 or 14474798. OLE color: 14474798.

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

Color convert

RGB 46 222 220 -
CMYK 0.79 0 0.01 0.13
HSL 179.32º 0.73% 0.53% -
HSV(B) 179.32º 0.79% 0.87% -
XYZ 40.17 57.99 76.79 -
YUV 169.15 156.69 40.16 -
System Red Green Blue C M Y K H S L
Decimal 46 222 220 0.79 0 0.01 0.13 179.32 0.73 0.53
Hex 2E DE DC 4F 0 1 D B3 49 35
Octal 56 336 334 117 0 1 15 263 111 65
Binary 101110 11011110 11011100 1001111 0 1 1101 10110011 1001001 110101

Color Harmonies of #2EDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDEDC

Black with #2EDEDC

Text Example


Text Example

White with #2EDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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