Html Css Color HEX #2ED8EF Turquoise

📋 copy color: '#2ED8EF'

red 46 ◦ green 216 ◦ blue 239

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

Shades of Turquoise #2ED8EF

Tints of Turquoise #2ED8EF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.11%

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 9.18%
G = 43.11%
B = 47.7%

CMYK

 C value IS 0.81

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2ED8EF (or 0x2ED8EF) is known color: Turquoise. HEX triplet: 2E, D8 and EF. RGB value is (46,216,239). Sum of RGB (Red+Green+Blue) = 46+216+239=501 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.18% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ED8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED8EF is #D12710. Grayscale: #A7A7A7. Windows color (decimal): -13707025 or 15718446. OLE color: 15718446.

HSL color Cylindrical-coordinate representation of color #2ED8EF: hue angle of 187.15º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ED8EF is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 216 239 -
CMYK 0.81 0.10 0 0.06
HSL 187.15º 0.86% 0.56% -
HSV(B) 187.15º 0.81% 0.94% -
XYZ 41.26 55.92 90.28 -
YUV 167.79 168.18 41.13 -
System Red Green Blue C M Y K H S L
Decimal 46 216 239 0.81 0.10 0 0.06 187.15 0.86 0.56
Hex 2E D8 EF 51 A 0 6 BB 56 38
Octal 56 330 357 121 12 0 6 273 126 70
Binary 101110 11011000 11101111 1010001 1010 0 110 10111011 1010110 111000

Color Harmonies of #2ED8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED8EF

Black with #2ED8EF

Text Example


Text Example

White with #2ED8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,216,239); }

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

background-color css

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

 a { background-color: rgb(46,216,239); }

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

border-color css

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

 span { border-color: rgb(46,216,239); }

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