Html Css Color HEX #2EDCEF Turquoise

📋 copy color: '#2EDCEF'

red 46 ◦ green 220 ◦ blue 239

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

Shades of Turquoise #2EDCEF

Tints of Turquoise #2EDCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.56%

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

R = 9.11%
G = 43.56%
B = 47.33%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2EDCEF (or 0x2EDCEF) is known color: Turquoise. HEX triplet: 2E, DC and EF. RGB value is (46,220,239). Sum of RGB (Red+Green+Blue) = 46+220+239=505 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.11% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EDCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDCEF is #D12310. Grayscale: #A9A9A9. Windows color (decimal): -13706001 or 15719470. OLE color: 15719470.

HSL color Cylindrical-coordinate representation of color #2EDCEF: hue angle of 185.91º 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 #2EDCEF is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 220 239 -
CMYK 0.81 0.08 0 0.06
HSL 185.91º 0.86% 0.56% -
HSV(B) 185.91º 0.81% 0.94% -
XYZ 42.3 58 90.63 -
YUV 170.14 166.85 39.46 -
System Red Green Blue C M Y K H S L
Decimal 46 220 239 0.81 0.08 0 0.06 185.91 0.86 0.56
Hex 2E DC EF 51 8 0 6 BA 56 38
Octal 56 334 357 121 10 0 6 272 126 70
Binary 101110 11011100 11101111 1010001 1000 0 110 10111010 1010110 111000

Color Harmonies of #2EDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDCEF

Black with #2EDCEF

Text Example


Text Example

White with #2EDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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