Html Css Color HEX #2ED3CE Turquoise

📋 copy color: '#2ED3CE'

red 46 ◦ green 211 ◦ blue 206

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

Shades of Turquoise #2ED3CE

Tints of Turquoise #2ED3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.57%

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 9.94%
G = 45.57%
B = 44.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#2ED3CE (or 0x2ED3CE) is known color: Turquoise. HEX triplet: 2E, D3 and CE. RGB value is (46,211,206). Sum of RGB (Red+Green+Blue) = 46+211+206=463 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.94% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED3CE is #D12C31. Grayscale: #A0A0A0. Windows color (decimal): -13708338 or 13554478. OLE color: 13554478.

HSL color Cylindrical-coordinate representation of color #2ED3CE: hue angle of 178.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED3CE is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 211 206 -
CMYK 0.78 0 0.02 0.17
HSL 178.18º 0.65% 0.5% -
HSV(B) 178.18º 0.78% 0.83% -
XYZ 35.56 51.63 66.48 -
YUV 161.1 153.34 45.91 -
System Red Green Blue C M Y K H S L
Decimal 46 211 206 0.78 0 0.02 0.17 178.18 0.65 0.5
Hex 2E D3 CE 4E 0 2 11 B2 41 32
Octal 56 323 316 116 0 2 21 262 101 62
Binary 101110 11010011 11001110 1001110 0 10 10001 10110010 1000001 110010

Color Harmonies of #2ED3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED3CE

Black with #2ED3CE

Text Example


Text Example

White with #2ED3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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