Html Css Color HEX #2EDBCD Turquoise

📋 copy color: '#2EDBCD'

red 46 ◦ green 219 ◦ blue 205

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

Shades of Turquoise #2EDBCD

Tints of Turquoise #2EDBCD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.6%

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 9.79%
G = 46.6%
B = 43.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#2EDBCD (or 0x2EDBCD) is known color: Turquoise. HEX triplet: 2E, DB and CD. RGB value is (46,219,205). Sum of RGB (Red+Green+Blue) = 46+219+205=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDBCD is #D12432. Grayscale: #A5A5A5. Windows color (decimal): -13706291 or 13490990. OLE color: 13490990.

HSL color Cylindrical-coordinate representation of color #2EDBCD: hue angle of 175.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDBCD is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 219 205 -
CMYK 0.79 0 0.06 0.14
HSL 175.14º 0.71% 0.52% -
HSV(B) 175.14º 0.79% 0.86% -
XYZ 37.48 55.65 66.52 -
YUV 165.68 150.19 42.64 -
System Red Green Blue C M Y K H S L
Decimal 46 219 205 0.79 0 0.06 0.14 175.14 0.71 0.52
Hex 2E DB CD 4F 0 6 E AF 47 34
Octal 56 333 315 117 0 6 16 257 107 64
Binary 101110 11011011 11001101 1001111 0 110 1110 10101111 1000111 110100

Color Harmonies of #2EDBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDBCD

Black with #2EDBCD

Text Example


Text Example

White with #2EDBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,219,205); }

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

background-color css

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

 a { background-color: rgb(46,219,205); }

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

border-color css

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

 span { border-color: rgb(46,219,205); }

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