Html Css Color HEX #2EDBDA Turquoise

📋 copy color: '#2EDBDA'

red 46 ◦ green 219 ◦ blue 218

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

Shades of Turquoise #2EDBDA

Tints of Turquoise #2EDBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 9.52%
G = 45.34%
B = 45.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#2EDBDA (or 0x2EDBDA) is known color: Turquoise. HEX triplet: 2E, DB and DA. RGB value is (46,219,218). Sum of RGB (Red+Green+Blue) = 46+219+218=483 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.52% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDBDA is #D12425. Grayscale: #A6A6A6. Windows color (decimal): -13706278 or 14342958. OLE color: 14342958.

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

Color convert

RGB 46 219 218 -
CMYK 0.79 0 0.00 0.14
HSL 179.65º 0.71% 0.52% -
HSV(B) 179.65º 0.79% 0.86% -
XYZ 39.11 56.31 75.14 -
YUV 167.16 156.69 41.58 -
System Red Green Blue C M Y K H S L
Decimal 46 219 218 0.79 0 0.00 0.14 179.65 0.71 0.52
Hex 2E DB DA 4F 0 0 E B4 47 34
Octal 56 333 332 117 0 0 16 264 107 64
Binary 101110 11011011 11011010 1001111 0 0 1110 10110100 1000111 110100

Color Harmonies of #2EDBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDBDA

Black with #2EDBDA

Text Example


Text Example

White with #2EDBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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