Html Css Color HEX #2EFDD6 Turquoise

📋 copy color: '#2EFDD6'

red 46 ◦ green 253 ◦ blue 214

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

Shades of Turquoise #2EFDD6

Tints of Turquoise #2EFDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.72%

R = 8.97%
G = 49.32%
B = 41.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#2EFDD6 (or 0x2EFDD6) is known color: Turquoise. HEX triplet: 2E, FD and D6. RGB value is (46,253,214). Sum of RGB (Red+Green+Blue) = 46+253+214=513 (67% of max value = 765). Red value is 46 (18.36% from 255 or 8.97% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDD6 is #D10229. Grayscale: #BABABA. Windows color (decimal): -13697578 or 14089518. OLE color: 14089518.

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

Color convert

RGB 46 253 214 -
CMYK 0.82 0 0.15 0.01
HSL 168.7º 0.98% 0.59% -
HSV(B) 168.7º 0.82% 0.99% -
XYZ 48.39 75.69 75.68 -
YUV 186.66 143.42 27.67 -
System Red Green Blue C M Y K H S L
Decimal 46 253 214 0.82 0 0.15 0.01 168.7 0.98 0.59
Hex 2E FD D6 52 0 F 1 A9 62 3B
Octal 56 375 326 122 0 17 1 251 142 73
Binary 101110 11111101 11010110 1010010 0 1111 1 10101001 1100010 111011

Color Harmonies of #2EFDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFDD6

Black with #2EFDD6

Text Example


Text Example

White with #2EFDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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