Html Css Color HEX #2ED6DD Turquoise

📋 copy color: '#2ED6DD'

red 46 ◦ green 214 ◦ blue 221

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

Shades of Turquoise #2ED6DD

Tints of Turquoise #2ED6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.49%

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

R = 9.56%
G = 44.49%
B = 45.95%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2ED6DD (or 0x2ED6DD) is known color: Turquoise. HEX triplet: 2E, D6 and DD. RGB value is (46,214,221). Sum of RGB (Red+Green+Blue) = 46+214+221=481 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.56% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ED6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED6DD is #D12922. Grayscale: #A4A4A4. Windows color (decimal): -13707555 or 14538286. OLE color: 14538286.

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

Color convert

RGB 46 214 221 -
CMYK 0.79 0.03 0 0.13
HSL 182.4º 0.72% 0.52% -
HSV(B) 182.4º 0.79% 0.87% -
XYZ 38.22 53.89 76.79 -
YUV 164.57 159.84 43.43 -
System Red Green Blue C M Y K H S L
Decimal 46 214 221 0.79 0.03 0 0.13 182.4 0.72 0.52
Hex 2E D6 DD 4F 3 0 D B6 48 34
Octal 56 326 335 117 3 0 15 266 110 64
Binary 101110 11010110 11011101 1001111 11 0 1101 10110110 1001000 110100

Color Harmonies of #2ED6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED6DD

Black with #2ED6DD

Text Example


Text Example

White with #2ED6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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