Html Css Color HEX #2EFACC Turquoise

📋 copy color: '#2EFACC'

red 46 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #2EFACC

Tints of Turquoise #2EFACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 9.2%
G = 50%
B = 40.8%

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

#2EFACC (or 0x2EFACC) is known color: Turquoise. HEX triplet: 2E, FA and CC. RGB value is (46,250,204). Sum of RGB (Red+Green+Blue) = 46+250+204=500 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.2% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFACC is #D10533. Grayscale: #B7B7B7. Windows color (decimal): -13698356 or 13433390. OLE color: 13433390.

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

Color convert

RGB 46 250 204 -
CMYK 0.82 0 0.18 0.02
HSL 166.47º 0.95% 0.58% -
HSV(B) 166.47º 0.82% 0.98% -
XYZ 46.21 73.31 68.84 -
YUV 183.76 139.41 29.74 -
System Red Green Blue C M Y K H S L
Decimal 46 250 204 0.82 0 0.18 0.02 166.47 0.95 0.58
Hex 2E FA CC 52 0 12 2 A6 5F 3A
Octal 56 372 314 122 0 22 2 246 137 72
Binary 101110 11111010 11001100 1010010 0 10010 10 10100110 1011111 111010

Color Harmonies of #2EFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFACC

Black with #2EFACC

Text Example


Text Example

White with #2EFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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