Html Css Color HEX #2EECDC Turquoise

📋 copy color: '#2EECDC'

red 46 ◦ green 236 ◦ blue 220

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

Shades of Turquoise #2EECDC

Tints of Turquoise #2EECDC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.01%

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

R = 9.16%
G = 47.01%
B = 43.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#2EECDC (or 0x2EECDC) is known color: Turquoise. HEX triplet: 2E, EC and DC. RGB value is (46,236,220). Sum of RGB (Red+Green+Blue) = 46+236+220=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECDC is #D11323. Grayscale: #B1B1B1. Windows color (decimal): -13701924 or 14478382. OLE color: 14478382.

HSL color Cylindrical-coordinate representation of color #2EECDC: hue angle of 174.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EECDC is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 236 220 -
CMYK 0.81 0 0.07 0.07
HSL 174.95º 0.83% 0.55% -
HSV(B) 174.95º 0.81% 0.93% -
XYZ 44.04 65.74 78.08 -
YUV 177.37 152.05 34.3 -
System Red Green Blue C M Y K H S L
Decimal 46 236 220 0.81 0 0.07 0.07 174.95 0.83 0.55
Hex 2E EC DC 51 0 7 7 AF 53 37
Octal 56 354 334 121 0 7 7 257 123 67
Binary 101110 11101100 11011100 1010001 0 111 111 10101111 1010011 110111

Color Harmonies of #2EECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EECDC

Black with #2EECDC

Text Example


Text Example

White with #2EECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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