Html Css Color HEX #2EFEDF Turquoise

📋 copy color: '#2EFEDF'

red 46 ◦ green 254 ◦ blue 223

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

Shades of Turquoise #2EFEDF

Tints of Turquoise #2EFEDF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.57%

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

R = 8.8%
G = 48.57%
B = 42.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#2EFEDF (or 0x2EFEDF) is known color: Turquoise. HEX triplet: 2E, FE and DF. RGB value is (46,254,223). Sum of RGB (Red+Green+Blue) = 46+254+223=523 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.80% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFEDF is #D10120. Grayscale: #BCBCBC. Windows color (decimal): -13697313 or 14679598. OLE color: 14679598.

HSL color Cylindrical-coordinate representation of color #2EFEDF: hue angle of 171.06º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFEDF is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 46 254 223 -
CMYK 0.82 0 0.12 0.00
HSL 171.06º 0.99% 0.59% -
HSV(B) 171.06º 0.82% 1% -
XYZ 49.89 76.79 82.01 -
YUV 188.27 147.59 26.52 -
System Red Green Blue C M Y K H S L
Decimal 46 254 223 0.82 0 0.12 0.00 171.06 0.99 0.59
Hex 2E FE DF 52 0 C 0 AB 63 3B
Octal 56 376 337 122 0 14 0 253 143 73
Binary 101110 11111110 11011111 1010010 0 1100 0 10101011 1100011 111011

Color Harmonies of #2EFEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFEDF

Black with #2EFEDF

Text Example


Text Example

White with #2EFEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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