Html Css Color HEX #2EFADC Turquoise

📋 copy color: '#2EFADC'

red 46 ◦ green 250 ◦ blue 220

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

Shades of Turquoise #2EFADC

Tints of Turquoise #2EFADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.45%

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 8.91%
G = 48.45%
B = 42.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#2EFADC (or 0x2EFADC) is known color: Turquoise. HEX triplet: 2E, FA and DC. RGB value is (46,250,220). Sum of RGB (Red+Green+Blue) = 46+250+220=516 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.91% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFADC is #D10523. Grayscale: #B9B9B9. Windows color (decimal): -13698340 or 14481966. OLE color: 14481966.

HSL color Cylindrical-coordinate representation of color #2EFADC: hue angle of 171.18º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFADC is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 250 220 -
CMYK 0.82 0 0.12 0.02
HSL 171.18º 0.95% 0.58% -
HSV(B) 171.18º 0.82% 0.98% -
XYZ 48.23 74.12 79.47 -
YUV 185.58 147.41 28.44 -
System Red Green Blue C M Y K H S L
Decimal 46 250 220 0.82 0 0.12 0.02 171.18 0.95 0.58
Hex 2E FA DC 52 0 C 2 AB 5F 3A
Octal 56 372 334 122 0 14 2 253 137 72
Binary 101110 11111010 11011100 1010010 0 1100 10 10101011 1011111 111010

Color Harmonies of #2EFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFADC

Black with #2EFADC

Text Example


Text Example

White with #2EFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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