Html Css Color HEX #2EEFDF Turquoise

📋 copy color: '#2EEFDF'

red 46 ◦ green 239 ◦ blue 223

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

Shades of Turquoise #2EEFDF

Tints of Turquoise #2EEFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 9.06%
G = 47.05%
B = 43.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#2EEFDF (or 0x2EEFDF) is known color: Turquoise. HEX triplet: 2E, EF and DF. RGB value is (46,239,223). Sum of RGB (Red+Green+Blue) = 46+239+223=508 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.06% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEFDF is #D11020. Grayscale: #B3B3B3. Windows color (decimal): -13701153 or 14675758. OLE color: 14675758.

HSL color Cylindrical-coordinate representation of color #2EEFDF: hue angle of 175.03º 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 #2EEFDF is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 239 223 -
CMYK 0.81 0 0.07 0.06
HSL 175.03º 0.86% 0.56% -
HSV(B) 175.03º 0.81% 0.94% -
XYZ 45.31 67.64 80.48 -
YUV 179.47 152.56 32.8 -
System Red Green Blue C M Y K H S L
Decimal 46 239 223 0.81 0 0.07 0.06 175.03 0.86 0.56
Hex 2E EF DF 51 0 7 6 AF 56 38
Octal 56 357 337 121 0 7 6 257 126 70
Binary 101110 11101111 11011111 1010001 0 111 110 10101111 1010110 111000

Color Harmonies of #2EEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEFDF

Black with #2EEFDF

Text Example


Text Example

White with #2EEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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