Html Css Color HEX #2EFCEA Turquoise

📋 copy color: '#2EFCEA'

red 46 ◦ green 252 ◦ blue 234

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

Shades of Turquoise #2EFCEA

Tints of Turquoise #2EFCEA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.37%

 BLUE value IS 234 (91.8% from 255) = 43.98%

R = 8.65%
G = 47.37%
B = 43.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#2EFCEA (or 0x2EFCEA) is known color: Turquoise. HEX triplet: 2E, FC and EA. RGB value is (46,252,234). Sum of RGB (Red+Green+Blue) = 46+252+234=532 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.65% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFCEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFCEA is #D10315. Grayscale: #BCBCBC. Windows color (decimal): -13697814 or 15399982. OLE color: 15399982.

HSL color Cylindrical-coordinate representation of color #2EFCEA: hue angle of 174.76º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFCEA is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 234 -
CMYK 0.82 0 0.07 0.01
HSL 174.76º 0.97% 0.58% -
HSV(B) 174.76º 0.82% 0.99% -
XYZ 50.79 76.14 89.86 -
YUV 188.35 153.75 26.46 -
System Red Green Blue C M Y K H S L
Decimal 46 252 234 0.82 0 0.07 0.01 174.76 0.97 0.58
Hex 2E FC EA 52 0 7 1 AF 61 3A
Octal 56 374 352 122 0 7 1 257 141 72
Binary 101110 11111100 11101010 1010010 0 111 1 10101111 1100001 111010

Color Harmonies of #2EFCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFCEA

Black with #2EFCEA

Text Example


Text Example

White with #2EFCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,252,234); }

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

background-color css

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

 a { background-color: rgb(46,252,234); }

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

border-color css

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

 span { border-color: rgb(46,252,234); }

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