Html Css Color HEX #2EFACE Turquoise

📋 copy color: '#2EFACE'

red 46 ◦ green 250 ◦ blue 206

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

Shades of Turquoise #2EFACE

Tints of Turquoise #2EFACE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.8%

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 9.16%
G = 49.8%
B = 41.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#2EFACE (or 0x2EFACE) is known color: Turquoise. HEX triplet: 2E, FA and CE. RGB value is (46,250,206). Sum of RGB (Red+Green+Blue) = 46+250+206=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFACE is #D10531. Grayscale: #B7B7B7. Windows color (decimal): -13698354 or 13564462. OLE color: 13564462.

HSL color Cylindrical-coordinate representation of color #2EFACE: hue angle of 167.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFACE is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 250 206 -
CMYK 0.82 0 0.18 0.02
HSL 167.06º 0.95% 0.58% -
HSV(B) 167.06º 0.82% 0.98% -
XYZ 46.45 73.41 70.11 -
YUV 183.99 140.41 29.58 -
System Red Green Blue C M Y K H S L
Decimal 46 250 206 0.82 0 0.18 0.02 167.06 0.95 0.58
Hex 2E FA CE 52 0 12 2 A7 5F 3A
Octal 56 372 316 122 0 22 2 247 137 72
Binary 101110 11111010 11001110 1010010 0 10010 10 10100111 1011111 111010

Color Harmonies of #2EFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFACE

Black with #2EFACE

Text Example


Text Example

White with #2EFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,250,206); }

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

background-color css

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

 a { background-color: rgb(46,250,206); }

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

border-color css

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

 span { border-color: rgb(46,250,206); }

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