Html Css Color HEX #2EDFDB Turquoise

📋 copy color: '#2EDFDB'

red 46 ◦ green 223 ◦ blue 219

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

Shades of Turquoise #2EDFDB

Tints of Turquoise #2EDFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.7%

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

R = 9.43%
G = 45.7%
B = 44.88%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#2EDFDB (or 0x2EDFDB) is known color: Turquoise. HEX triplet: 2E, DF and DB. RGB value is (46,223,219). Sum of RGB (Red+Green+Blue) = 46+223+219=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFDB is #D12024. Grayscale: #A9A9A9. Windows color (decimal): -13705253 or 14409518. OLE color: 14409518.

HSL color Cylindrical-coordinate representation of color #2EDFDB: hue angle of 178.64º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDFDB is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 223 219 -
CMYK 0.79 0 0.02 0.13
HSL 178.64º 0.73% 0.53% -
HSV(B) 178.64º 0.79% 0.87% -
XYZ 40.3 58.47 76.18 -
YUV 169.62 155.86 39.83 -
System Red Green Blue C M Y K H S L
Decimal 46 223 219 0.79 0 0.02 0.13 178.64 0.73 0.53
Hex 2E DF DB 4F 0 2 D B3 49 35
Octal 56 337 333 117 0 2 15 263 111 65
Binary 101110 11011111 11011011 1001111 0 10 1101 10110011 1001001 110101

Color Harmonies of #2EDFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFDB

Black with #2EDFDB

Text Example


Text Example

White with #2EDFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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