Html Css Color HEX #2ED0CE Turquoise

📋 copy color: '#2ED0CE'

red 46 ◦ green 208 ◦ blue 206

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

Shades of Turquoise #2ED0CE

Tints of Turquoise #2ED0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.22%

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

R = 10%
G = 45.22%
B = 44.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#2ED0CE (or 0x2ED0CE) is known color: Turquoise. HEX triplet: 2E, D0 and CE. RGB value is (46,208,206). Sum of RGB (Red+Green+Blue) = 46+208+206=460 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED0CE is #D12F31. Grayscale: #9F9F9F. Windows color (decimal): -13709106 or 13553710. OLE color: 13553710.

HSL color Cylindrical-coordinate representation of color #2ED0CE: hue angle of 179.26º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED0CE is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 208 206 -
CMYK 0.78 0 0.01 0.18
HSL 179.26º 0.64% 0.5% -
HSV(B) 179.26º 0.78% 0.82% -
XYZ 34.82 50.15 66.24 -
YUV 159.33 154.33 47.16 -
System Red Green Blue C M Y K H S L
Decimal 46 208 206 0.78 0 0.01 0.18 179.26 0.64 0.5
Hex 2E D0 CE 4E 0 1 12 B3 40 32
Octal 56 320 316 116 0 1 22 263 100 62
Binary 101110 11010000 11001110 1001110 0 1 10010 10110011 1000000 110010

Color Harmonies of #2ED0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED0CE

Black with #2ED0CE

Text Example


Text Example

White with #2ED0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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