Html Css Color HEX #2EFDC6 Turquoise

📋 copy color: '#2EFDC6'

red 46 ◦ green 253 ◦ blue 198

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

Shades of Turquoise #2EFDC6

Tints of Turquoise #2EFDC6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.91%

 BLUE value IS 198 (77.73% from 255) = 39.84%

R = 9.26%
G = 50.91%
B = 39.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#2EFDC6 (or 0x2EFDC6) is known color: Turquoise. HEX triplet: 2E, FD and C6. RGB value is (46,253,198). Sum of RGB (Red+Green+Blue) = 46+253+198=497 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.26% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDC6 is #D10239. Grayscale: #B8B8B8. Windows color (decimal): -13697594 or 13040942. OLE color: 13040942.

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

Color convert

RGB 46 253 198 -
CMYK 0.82 0 0.22 0.01
HSL 164.06º 0.98% 0.59% -
HSV(B) 164.06º 0.82% 0.99% -
XYZ 46.45 74.91 65.44 -
YUV 184.84 135.42 28.97 -
System Red Green Blue C M Y K H S L
Decimal 46 253 198 0.82 0 0.22 0.01 164.06 0.98 0.59
Hex 2E FD C6 52 0 16 1 A4 62 3B
Octal 56 375 306 122 0 26 1 244 142 73
Binary 101110 11111101 11000110 1010010 0 10110 1 10100100 1100010 111011

Color Harmonies of #2EFDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFDC6

Black with #2EFDC6

Text Example


Text Example

White with #2EFDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,253,198); }

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

background-color css

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

 a { background-color: rgb(46,253,198); }

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

border-color css

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

 span { border-color: rgb(46,253,198); }

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