Html Css Color HEX #2EFFD1 Turquoise

📋 copy color: '#2EFFD1'

red 46 ◦ green 255 ◦ blue 209

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

Shades of Turquoise #2EFFD1

Tints of Turquoise #2EFFD1

RGB

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

 GREEN value IS 255 (100% from 255) = 50%

 BLUE value IS 209 (82.03% from 255) = 40.98%

R = 9.02%
G = 50%
B = 40.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#2EFFD1 (or 0x2EFFD1) is known color: Turquoise. HEX triplet: 2E, FF and D1. RGB value is (46,255,209). Sum of RGB (Red+Green+Blue) = 46+255+209=510 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.02% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFD1 is #D1002E. Grayscale: #BBBBBB. Windows color (decimal): -13697071 or 13762350. OLE color: 13762350.

HSL color Cylindrical-coordinate representation of color #2EFFD1: hue angle of 166.79º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFD1 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 209 -
CMYK 0.82 0 0.18 0
HSL 166.79º 1% 0.59% -
HSV(B) 166.79º 0.82% 1% -
XYZ 48.4 76.7 72.58 -
YUV 187.27 140.26 27.24 -
System Red Green Blue C M Y K H S L
Decimal 46 255 209 0.82 0 0.18 0 166.79 1 0.59
Hex 2E FF D1 52 0 12 0 A7 64 3B
Octal 56 377 321 122 0 22 0 247 144 73
Binary 101110 11111111 11010001 1010010 0 10010 0 10100111 1100100 111011

Color Harmonies of #2EFFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFD1

Black with #2EFFD1

Text Example


Text Example

White with #2EFFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,255,209); }

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

background-color css

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

 a { background-color: rgb(46,255,209); }

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

border-color css

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

 span { border-color: rgb(46,255,209); }

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