Html Css Color HEX #2EFDDB Turquoise

📋 copy color: '#2EFDDB'

red 46 ◦ green 253 ◦ blue 219

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

Shades of Turquoise #2EFDDB

Tints of Turquoise #2EFDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 8.88%
G = 48.84%
B = 42.28%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#2EFDDB (or 0x2EFDDB) is known color: Turquoise. HEX triplet: 2E, FD and DB. RGB value is (46,253,219). Sum of RGB (Red+Green+Blue) = 46+253+219=518 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.88% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDDB is #D10224. Grayscale: #BBBBBB. Windows color (decimal): -13697573 or 14417198. OLE color: 14417198.

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

Color convert

RGB 46 253 219 -
CMYK 0.82 0 0.13 0.01
HSL 170.14º 0.98% 0.59% -
HSV(B) 170.14º 0.82% 0.99% -
XYZ 49.04 75.95 79.09 -
YUV 187.23 145.92 27.26 -
System Red Green Blue C M Y K H S L
Decimal 46 253 219 0.82 0 0.13 0.01 170.14 0.98 0.59
Hex 2E FD DB 52 0 D 1 AA 62 3B
Octal 56 375 333 122 0 15 1 252 142 73
Binary 101110 11111101 11011011 1010010 0 1101 1 10101010 1100010 111011

Color Harmonies of #2EFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFDDB

Black with #2EFDDB

Text Example


Text Example

White with #2EFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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