Html Css Color HEX #2EFAC8 Turquoise

📋 copy color: '#2EFAC8'

red 46 ◦ green 250 ◦ blue 200

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

Shades of Turquoise #2EFAC8

Tints of Turquoise #2EFAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.32%

R = 9.27%
G = 50.4%
B = 40.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#2EFAC8 (or 0x2EFAC8) is known color: Turquoise. HEX triplet: 2E, FA and C8. RGB value is (46,250,200). Sum of RGB (Red+Green+Blue) = 46+250+200=496 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.27% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFAC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFAC8 is #D10537. Grayscale: #B7B7B7. Windows color (decimal): -13698360 or 13171246. OLE color: 13171246.

HSL color Cylindrical-coordinate representation of color #2EFAC8: hue angle of 165.29º 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 #2EFAC8 is Cyan = 0.82, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 250 200 -
CMYK 0.82 0 0.2 0.02
HSL 165.29º 0.95% 0.58% -
HSV(B) 165.29º 0.82% 0.98% -
XYZ 45.74 73.12 66.35 -
YUV 183.3 137.41 30.07 -
System Red Green Blue C M Y K H S L
Decimal 46 250 200 0.82 0 0.2 0.02 165.29 0.95 0.58
Hex 2E FA C8 52 0 14 2 A5 5F 3A
Octal 56 372 310 122 0 24 2 245 137 72
Binary 101110 11111010 11001000 1010010 0 10100 10 10100101 1011111 111010

Color Harmonies of #2EFAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFAC8

Black with #2EFAC8

Text Example


Text Example

White with #2EFAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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