Html Css Color HEX #2ECEDD Turquoise

📋 copy color: '#2ECEDD'

red 46 ◦ green 206 ◦ blue 221

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

Shades of Turquoise #2ECEDD

Tints of Turquoise #2ECEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.55%

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

R = 9.73%
G = 43.55%
B = 46.72%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2ECEDD (or 0x2ECEDD) is known color: Turquoise. HEX triplet: 2E, CE and DD. RGB value is (46,206,221). Sum of RGB (Red+Green+Blue) = 46+206+221=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ECEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECEDD is #D13122. Grayscale: #9F9F9F. Windows color (decimal): -13709603 or 14536238. OLE color: 14536238.

HSL color Cylindrical-coordinate representation of color #2ECEDD: hue angle of 185.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ECEDD is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 206 221 -
CMYK 0.79 0.07 0 0.13
HSL 185.14º 0.72% 0.52% -
HSV(B) 185.14º 0.79% 0.87% -
XYZ 36.25 49.94 76.14 -
YUV 159.87 162.49 46.78 -
System Red Green Blue C M Y K H S L
Decimal 46 206 221 0.79 0.07 0 0.13 185.14 0.72 0.52
Hex 2E CE DD 4F 7 0 D B9 48 34
Octal 56 316 335 117 7 0 15 271 110 64
Binary 101110 11001110 11011101 1001111 111 0 1101 10111001 1001000 110100

Color Harmonies of #2ECEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECEDD

Black with #2ECEDD

Text Example


Text Example

White with #2ECEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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