Html Css Color HEX #2EDCDC Turquoise

📋 copy color: '#2EDCDC'

red 46 ◦ green 220 ◦ blue 220

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

Shades of Turquoise #2EDCDC

Tints of Turquoise #2EDCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

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

R = 9.47%
G = 45.27%
B = 45.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2EDCDC (or 0x2EDCDC) is known color: Turquoise. HEX triplet: 2E, DC and DC. RGB value is (46,220,220). Sum of RGB (Red+Green+Blue) = 46+220+220=486 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.47% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #2EDCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCDC is #D12323. Grayscale: #A7A7A7. Windows color (decimal): -13706020 or 14474286. OLE color: 14474286.

HSL color Cylindrical-coordinate representation of color #2EDCDC: hue angle of 180º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDCDC is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 220 220 -
CMYK 0.79 0 0 0.14
HSL 180º 0.71% 0.52% -
HSV(B) 180º 0.79% 0.86% -
XYZ 39.64 56.93 76.61 -
YUV 167.97 157.35 41 -
System Red Green Blue C M Y K H S L
Decimal 46 220 220 0.79 0 0 0.14 180 0.71 0.52
Hex 2E DC DC 4F 0 0 E B4 47 34
Octal 56 334 334 117 0 0 16 264 107 64
Binary 101110 11011100 11011100 1001111 0 0 1110 10110100 1000111 110100

Color Harmonies of #2EDCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDCDC

Black with #2EDCDC

Text Example


Text Example

White with #2EDCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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