Html Css Color HEX #2EFBDC Turquoise

📋 copy color: '#2EFBDC'

red 46 ◦ green 251 ◦ blue 220

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

Shades of Turquoise #2EFBDC

Tints of Turquoise #2EFBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.55%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 8.9%
G = 48.55%
B = 42.55%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#2EFBDC (or 0x2EFBDC) is known color: Turquoise. HEX triplet: 2E, FB and DC. RGB value is (46,251,220). Sum of RGB (Red+Green+Blue) = 46+251+220=517 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.90% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBDC is #D10423. Grayscale: #BABABA. Windows color (decimal): -13698084 or 14482222. OLE color: 14482222.

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

Color convert

RGB 46 251 220 -
CMYK 0.82 0 0.12 0.02
HSL 170.93º 0.96% 0.58% -
HSV(B) 170.93º 0.82% 0.98% -
XYZ 48.54 74.74 79.58 -
YUV 186.17 147.08 28.02 -
System Red Green Blue C M Y K H S L
Decimal 46 251 220 0.82 0 0.12 0.02 170.93 0.96 0.58
Hex 2E FB DC 52 0 C 2 AB 60 3A
Octal 56 373 334 122 0 14 2 253 140 72
Binary 101110 11111011 11011100 1010010 0 1100 10 10101011 1100000 111010

Color Harmonies of #2EFBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFBDC

Black with #2EFBDC

Text Example


Text Example

White with #2EFBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,251,220); }

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

background-color css

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

 a { background-color: rgb(46,251,220); }

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

border-color css

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

 span { border-color: rgb(46,251,220); }

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