Html Css Color HEX #2EFADD Turquoise

📋 copy color: '#2EFADD'

red 46 ◦ green 250 ◦ blue 221

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

Shades of Turquoise #2EFADD

Tints of Turquoise #2EFADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 8.9%
G = 48.36%
B = 42.75%

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

#2EFADD (or 0x2EFADD) is known color: Turquoise. HEX triplet: 2E, FA and DD. RGB value is (46,250,221). Sum of RGB (Red+Green+Blue) = 46+250+221=517 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.90% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFADD is #D10522. Grayscale: #B9B9B9. Windows color (decimal): -13698339 or 14547502. OLE color: 14547502.

HSL color Cylindrical-coordinate representation of color #2EFADD: hue angle of 171.47º 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 #2EFADD is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 250 221 -
CMYK 0.82 0 0.12 0.02
HSL 171.47º 0.95% 0.58% -
HSV(B) 171.47º 0.82% 0.98% -
XYZ 48.36 74.17 80.17 -
YUV 185.7 147.91 28.36 -
System Red Green Blue C M Y K H S L
Decimal 46 250 221 0.82 0 0.12 0.02 171.47 0.95 0.58
Hex 2E FA DD 52 0 C 2 AB 5F 3A
Octal 56 372 335 122 0 14 2 253 137 72
Binary 101110 11111010 11011101 1010010 0 1100 10 10101011 1011111 111010

Color Harmonies of #2EFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFADD

Black with #2EFADD

Text Example


Text Example

White with #2EFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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