Html Css Color HEX #2EFBD3 Turquoise

📋 copy color: '#2EFBD3'

red 46 ◦ green 251 ◦ blue 211

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

Shades of Turquoise #2EFBD3

Tints of Turquoise #2EFBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.54%

R = 9.06%
G = 49.41%
B = 41.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#2EFBD3 (or 0x2EFBD3) is known color: Turquoise. HEX triplet: 2E, FB and D3. RGB value is (46,251,211). Sum of RGB (Red+Green+Blue) = 46+251+211=508 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.06% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBD3 is #D1042C. Grayscale: #B9B9B9. Windows color (decimal): -13698093 or 13892398. OLE color: 13892398.

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

Color convert

RGB 46 251 211 -
CMYK 0.82 0 0.16 0.02
HSL 168.29º 0.96% 0.58% -
HSV(B) 168.29º 0.82% 0.98% -
XYZ 47.38 74.28 73.47 -
YUV 185.15 142.58 28.75 -
System Red Green Blue C M Y K H S L
Decimal 46 251 211 0.82 0 0.16 0.02 168.29 0.96 0.58
Hex 2E FB D3 52 0 10 2 A8 60 3A
Octal 56 373 323 122 0 20 2 250 140 72
Binary 101110 11111011 11010011 1010010 0 10000 10 10101000 1100000 111010

Color Harmonies of #2EFBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFBD3

Black with #2EFBD3

Text Example


Text Example

White with #2EFBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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