Html Css Color HEX #2EDCCC Turquoise

📋 copy color: '#2EDCCC'

red 46 ◦ green 220 ◦ blue 204

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

Shades of Turquoise #2EDCCC

Tints of Turquoise #2EDCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 9.79%
G = 46.81%
B = 43.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#2EDCCC (or 0x2EDCCC) is known color: Turquoise. HEX triplet: 2E, DC and CC. RGB value is (46,220,204). Sum of RGB (Red+Green+Blue) = 46+220+204=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCCC is #D12333. Grayscale: #A6A6A6. Windows color (decimal): -13706036 or 13425710. OLE color: 13425710.

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

Color convert

RGB 46 220 204 -
CMYK 0.79 0 0.07 0.14
HSL 174.48º 0.71% 0.52% -
HSV(B) 174.48º 0.79% 0.86% -
XYZ 37.62 56.13 65.98 -
YUV 166.15 149.35 42.3 -
System Red Green Blue C M Y K H S L
Decimal 46 220 204 0.79 0 0.07 0.14 174.48 0.71 0.52
Hex 2E DC CC 4F 0 7 E AE 47 34
Octal 56 334 314 117 0 7 16 256 107 64
Binary 101110 11011100 11001100 1001111 0 111 1110 10101110 1000111 110100

Color Harmonies of #2EDCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDCCC

Black with #2EDCCC

Text Example


Text Example

White with #2EDCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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