Html Css Color HEX #2ED6DF Turquoise

📋 copy color: '#2ED6DF'

red 46 ◦ green 214 ◦ blue 223

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

Shades of Turquoise #2ED6DF

Tints of Turquoise #2ED6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 9.52%
G = 44.31%
B = 46.17%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2ED6DF (or 0x2ED6DF) is known color: Turquoise. HEX triplet: 2E, D6 and DF. RGB value is (46,214,223). Sum of RGB (Red+Green+Blue) = 46+214+223=483 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.52% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #2ED6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED6DF is #D12920. Grayscale: #A4A4A4. Windows color (decimal): -13707553 or 14669358. OLE color: 14669358.

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

Color convert

RGB 46 214 223 -
CMYK 0.79 0.04 0 0.13
HSL 183.05º 0.73% 0.53% -
HSV(B) 183.05º 0.79% 0.87% -
XYZ 38.49 54 78.21 -
YUV 164.79 160.84 43.27 -
System Red Green Blue C M Y K H S L
Decimal 46 214 223 0.79 0.04 0 0.13 183.05 0.73 0.53
Hex 2E D6 DF 4F 4 0 D B7 49 35
Octal 56 326 337 117 4 0 15 267 111 65
Binary 101110 11010110 11011111 1001111 100 0 1101 10110111 1001001 110101

Color Harmonies of #2ED6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED6DF

Black with #2ED6DF

Text Example


Text Example

White with #2ED6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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