Html Css Color HEX #2EEFDB Turquoise

📋 copy color: '#2EEFDB'

red 46 ◦ green 239 ◦ blue 219

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

Shades of Turquoise #2EEFDB

Tints of Turquoise #2EEFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.42%

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

R = 9.13%
G = 47.42%
B = 43.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#2EEFDB (or 0x2EEFDB) is known color: Turquoise. HEX triplet: 2E, EF and DB. RGB value is (46,239,219). Sum of RGB (Red+Green+Blue) = 46+239+219=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEFDB is #D11024. Grayscale: #B2B2B2. Windows color (decimal): -13701157 or 14413614. OLE color: 14413614.

HSL color Cylindrical-coordinate representation of color #2EEFDB: hue angle of 173.78º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEFDB is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 239 219 -
CMYK 0.81 0 0.08 0.06
HSL 173.78º 0.86% 0.56% -
HSV(B) 173.78º 0.81% 0.94% -
XYZ 44.78 67.43 77.67 -
YUV 179.01 150.56 33.13 -
System Red Green Blue C M Y K H S L
Decimal 46 239 219 0.81 0 0.08 0.06 173.78 0.86 0.56
Hex 2E EF DB 51 0 8 6 AE 56 38
Octal 56 357 333 121 0 10 6 256 126 70
Binary 101110 11101111 11011011 1010001 0 1000 110 10101110 1010110 111000

Color Harmonies of #2EEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEFDB

Black with #2EEFDB

Text Example


Text Example

White with #2EEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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